Renamed test folder to tests

This commit is contained in:
eidheim 2016-08-03 12:15:32 +02:00
commit d6f3d55019
4 changed files with 1 additions and 1 deletions

View file

@ -49,4 +49,4 @@ if(MSYS) #TODO: Is MSYS true when MSVC is true?
endif() endif()
enable_testing() enable_testing()
add_subdirectory(test) add_subdirectory(tests)