diff --git a/cpp/libcudf_kafka/tests/CMakeLists.txt b/cpp/libcudf_kafka/tests/CMakeLists.txt index 622317c2e2b..477c1c15c28 100644 --- a/cpp/libcudf_kafka/tests/CMakeLists.txt +++ b/cpp/libcudf_kafka/tests/CMakeLists.txt @@ -32,8 +32,9 @@ function(ConfigureTest test_name) target_link_libraries( ${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) + rapids_test_add( + NAME ${test_name} COMMAND ${test_name} GPUS 1 PERCENT 25 INSTALL_COMPONENT_SET testing + ) endfunction() # ################################################################################################## @@ -42,4 +43,4 @@ endfunction() ConfigureTest(KAFKA_HOST_TEST kafka_consumer_tests.cpp) rapids_test_install_relocatable(INSTALL_COMPONENT_SET testing DESTINATION bin/gtests/libcudf_kafka - EXCLUDE_FROM_ALL) \ No newline at end of file + EXCLUDE_FROM_ALL)