Made tests optional

This commit is contained in:
emeric
2020-02-14 14:01:27 +01:00
parent d06dfde187
commit 4c6af6f9d3
9 changed files with 9 additions and 4 deletions
+4
View File
@@ -4,4 +4,8 @@ add_subdirectory(libs)
add_subdirectory(lms)
add_subdirectory(tools)
if(BUILD_TESTING)
add_subdirectory(test)
endif()