diff --git a/cpp/tests/CMakeLists.txt b/cpp/tests/CMakeLists.txt index 6df646b8cae..04cf3f838b5 100644 --- a/cpp/tests/CMakeLists.txt +++ b/cpp/tests/CMakeLists.txt @@ -296,7 +296,7 @@ endif() # * sort tests ------------------------------------------------------------------------------------ ConfigureTest( SORT_TEST sort/segmented_sort_tests.cpp sort/sort_nested_types_tests.cpp sort/sort_test.cpp - sort/stable_sort_tests.cpp sort/rank_test.cpp + sort/stable_sort_tests.cpp sort/rank_test.cpp GPUS 1 PERCENT 70 )