Restored unit tests
This commit is contained in:
@@ -35,3 +35,4 @@ target_link_libraries(lmsdatabase PUBLIC
|
||||
|
||||
install(TARGETS lmsdatabase DESTINATION lib)
|
||||
|
||||
add_subdirectory(test)
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
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
Reference in New Issue
Block a user