Skip to content

Commit c262f1f

Browse files
authored
Rename cpp/test to cpp/tests. (#6237)
Renames `test` directories to `tests` for alignment with the rest of RAPIDS. See also: rapidsai/build-planning#140 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) URL: #6237
1 parent 732dac9 commit c262f1f

79 files changed

Lines changed: 1 addition & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ endif()
724724

725725
if(BUILD_CUML_TESTS)
726726
include(CTest)
727-
add_subdirectory(test)
727+
add_subdirectory(tests)
728728
endif()
729729

730730
##############################################################################
File renamed without changes.

0 commit comments

Comments
 (0)