diff --git a/CMakeLists.txt b/CMakeLists.txt index b65fb72..5ba8f75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,4 +49,4 @@ if(MSYS) #TODO: Is MSYS true when MSVC is true? endif() enable_testing() -add_subdirectory(test) +add_subdirectory(tests) diff --git a/test/CMakeLists.txt b/tests/CMakeLists.txt similarity index 100% rename from test/CMakeLists.txt rename to tests/CMakeLists.txt diff --git a/test/io_test.cpp b/tests/io_test.cpp similarity index 100% rename from test/io_test.cpp rename to tests/io_test.cpp diff --git a/test/parse_test.cpp b/tests/parse_test.cpp similarity index 100% rename from test/parse_test.cpp rename to tests/parse_test.cpp