Rename test subdirectory to tests for higher consistency with OSS standards

This commit is contained in:
sangelovic
2019-04-25 23:54:51 +02:00
parent 981206fa8c
commit 1b02c604d8
37 changed files with 6 additions and 6 deletions

View File

@@ -121,7 +121,7 @@ option(BUILD_TESTS "Build and install tests (default OFF)" OFF)
if(BUILD_TESTS)
enable_testing()
add_subdirectory("${CMAKE_SOURCE_DIR}/test")
add_subdirectory("${CMAKE_SOURCE_DIR}/tests")
endif()
#----------------------------------