Skip to content

Commit

Permalink
cmake: enable most tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
ahendriksen committed Jan 13, 2023
1 parent e2eb1a0 commit 6d78314
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cpp/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ if(BUILD_TESTS)
NAME
DISTANCE_TEST
PATH
# test/distance/dist_adj.cu
# test/distance/dist_canberra.cu
# test/distance/dist_chebyshev.cu
# test/distance/dist_correlation.cu
# test/distance/dist_cos.cu
# test/distance/dist_euc_exp.cu
# test/distance/dist_euc_unexp.cu
# test/distance/dist_eucsqrt_exp.cu
test/distance/dist_adj.cu
test/distance/dist_canberra.cu
test/distance/dist_chebyshev.cu
test/distance/dist_correlation.cu
test/distance/dist_cos.cu
test/distance/dist_euc_exp.cu
test/distance/dist_euc_unexp.cu
test/distance/dist_eucsqrt_exp.cu
test/distance/dist_hamming.cu
test/distance/dist_hellinger.cu
test/distance/dist_jensen_shannon.cu
Expand Down

0 comments on commit 6d78314

Please sign in to comment.