Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Review] CMake always explicitly specify a source files extension #8270

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ ConfigureTest(GROUPBY_TEST
groupby/count_scan_tests.cpp
groupby/count_tests.cpp
groupby/groups_tests.cpp
groupby/keys_tests.cpp
groupby/min_tests.cpp
groupby/keys_tests.cpp
groupby/min_tests.cpp
groupby/max_scan_tests.cpp
groupby/max_tests.cpp
groupby/mean_tests.cpp
Expand Down Expand Up @@ -137,7 +137,7 @@ ConfigureTest(CLAMP_TEST replace/clamp_test.cpp)

###################################################################################################
# - fixed_point tests -----------------------------------------------------------------------------
ConfigureTest(FIXED_POINT_TEST
ConfigureTest(FIXED_POINT_TEST
fixed_point/fixed_point_tests.cpp
fixed_point/fixed_point_tests.cu)

Expand Down Expand Up @@ -330,7 +330,7 @@ ConfigureTest(STRINGS_TEST
strings/chars_types_tests.cpp
strings/combine/concatenate_list_elements_tests.cpp
strings/combine/concatenate_tests.cpp
strings/combine/join_strings_tests
strings/combine/join_strings_tests.cpp
strings/concatenate_tests.cpp
strings/contains_tests.cpp
strings/datetime_tests.cpp
Expand Down