From d6f3d55019cb303c0e6fed239acc3b57c1427a43 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 3 Aug 2016 12:15:32 +0200 Subject: [PATCH] Renamed test folder to tests --- CMakeLists.txt | 2 +- {test => tests}/CMakeLists.txt | 0 {test => tests}/io_test.cpp | 0 {test => tests}/parse_test.cpp | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename {test => tests}/CMakeLists.txt (100%) rename {test => tests}/io_test.cpp (100%) rename {test => tests}/parse_test.cpp (100%) 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