diff --git a/CMakeLists.txt b/CMakeLists.txt index 2597313f..270a1ed8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,4 +45,4 @@ if(ALLOW_GDRCOPY AND GDRCOPY_FOUND) endif() add_subdirectory(src) # This adds the sources to the mscclpp target -add_subdirectory(tests) +add_subdirectory(test) diff --git a/tests/CMakeLists.txt b/test/CMakeLists.txt similarity index 100% rename from tests/CMakeLists.txt rename to test/CMakeLists.txt diff --git a/tests/allgather_test.cu b/test/allgather_test.cu similarity index 100% rename from tests/allgather_test.cu rename to test/allgather_test.cu diff --git a/tests/allgather_test_cpp.cu b/test/allgather_test_cpp.cu similarity index 100% rename from tests/allgather_test_cpp.cu rename to test/allgather_test_cpp.cu diff --git a/tests/allgather_test_standalone.cu b/test/allgather_test_standalone.cu similarity index 100% rename from tests/allgather_test_standalone.cu rename to test/allgather_test_standalone.cu diff --git a/tests/allreduce_allpairs_test.cu b/test/allreduce_allpairs_test.cu similarity index 100% rename from tests/allreduce_allpairs_test.cu rename to test/allreduce_allpairs_test.cu diff --git a/tests/bootstrap_test.cc b/test/bootstrap_test.cc similarity index 100% rename from tests/bootstrap_test.cc rename to test/bootstrap_test.cc diff --git a/tests/bootstrap_test_cpp.cc b/test/bootstrap_test_cpp.cc similarity index 100% rename from tests/bootstrap_test_cpp.cc rename to test/bootstrap_test_cpp.cc diff --git a/tests/common.cu b/test/common.cu similarity index 100% rename from tests/common.cu rename to test/common.cu diff --git a/tests/common.h b/test/common.h similarity index 100% rename from tests/common.h rename to test/common.h diff --git a/tests/communicator_test_cpp.cu b/test/communicator_test_cpp.cu similarity index 100% rename from tests/communicator_test_cpp.cu rename to test/communicator_test_cpp.cu diff --git a/tests/ib_test.cc b/test/ib_test.cc similarity index 100% rename from tests/ib_test.cc rename to test/ib_test.cc diff --git a/tests/p2p_test.cu b/test/p2p_test.cu similarity index 100% rename from tests/p2p_test.cu rename to test/p2p_test.cu diff --git a/tests/unit/CMakeLists.txt b/test/unit/CMakeLists.txt similarity index 100% rename from tests/unit/CMakeLists.txt rename to test/unit/CMakeLists.txt diff --git a/tests/unit/core_tests.cc b/test/unit/core_tests.cc similarity index 100% rename from tests/unit/core_tests.cc rename to test/unit/core_tests.cc