Skip to content

Commit

Permalink
Use cmake-format
Browse files Browse the repository at this point in the history
  • Loading branch information
achirkin committed Dec 9, 2022
1 parent c5631bf commit fb88433
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions cpp/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -288,14 +288,7 @@ if(BUILD_TESTS)
)

ConfigureTest(
NAME
UTILS_TEST
PATH
test/common/seive.cu
test/cudart_utils.cpp
test/device_atomics.cu
test/integer_utils.cpp
test/pow2_utils.cu
test/util/bitonic_sort.cu
NAME UTILS_TEST PATH test/common/seive.cu test/cudart_utils.cpp test/device_atomics.cu
test/integer_utils.cpp test/pow2_utils.cu test/util/bitonic_sort.cu
)
endif()

0 comments on commit fb88433

Please sign in to comment.