Skip to content

Commit

Permalink
Fix cmake format
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Aug 10, 2023
1 parent e2671e5 commit 42f2fe0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion cpp/libcudf_kafka/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ function(ConfigureTest test_name)
${test_name} PRIVATE GTest::gmock GTest::gmock_main GTest::gtest_main cudf_kafka
)
rapids_test_add(
NAME ${test_name} COMMAND ${test_name} GPUS 1 PERCENT 25 INSTALL_COMPONENT_SET testing
NAME ${test_name}
COMMAND ${test_name}
GPUS 1
PERCENT 25
INSTALL_COMPONENT_SET testing
)
endfunction()

Expand Down
7 changes: 5 additions & 2 deletions cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@ function(ConfigureTest CMAKE_TEST_NAME)
$<TARGET_NAME_IF_EXISTS:conda_env>
)
rapids_test_add(
NAME ${CMAKE_TEST_NAME} COMMAND ${CMAKE_TEST_NAME} GPUS ${_CUDF_TEST_GPUS} PERCENT
${_CUDF_TEST_PERCENT} INSTALL_COMPONENT_SET testing
NAME ${CMAKE_TEST_NAME}
COMMAND ${CMAKE_TEST_NAME}
GPUS ${_CUDF_TEST_GPUS}
PERCENT ${_CUDF_TEST_PERCENT}
INSTALL_COMPONENT_SET testing
)

set_tests_properties(
Expand Down

0 comments on commit 42f2fe0

Please sign in to comment.