Skip to content

Commit

Permalink
Correct style issues found by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Jan 3, 2023
1 parent aa3cfa2 commit 244dc47
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cpp/libcudf_kafka/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

# ##################################################################################################
Expand All @@ -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)
EXCLUDE_FROM_ALL)

0 comments on commit 244dc47

Please sign in to comment.