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
-1
View File
@@ -35,4 +35,3 @@ target_link_libraries(lmsdatabase PUBLIC
install(TARGETS lmsdatabase DESTINATION lib)
add_subdirectory(test)
-11
View File
@@ -1,11 +0,0 @@
add_executable(test-database
DatabaseTest.cpp
)
target_link_libraries(test-database PRIVATE
lmsdatabase
)
add_test(NAME database COMMAND test-database)
File diff suppressed because it is too large Load Diff