Moved unit tests close to the sources

This commit is contained in:
emeric
2021-09-29 11:57:11 +02:00
parent 6a8063640b
commit 4e9cf0d77f
18 changed files with 10 additions and 11 deletions
-3
View File
@@ -4,8 +4,5 @@ add_subdirectory(libs)
add_subdirectory(lms)
add_subdirectory(tools)
if(BUILD_TESTING)
add_subdirectory(test)
endif()