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 -1
View File
@@ -1,4 +1,3 @@
add_library(lmsdatabase SHARED
impl/Artist.cpp
impl/Cluster.cpp
@@ -36,3 +35,6 @@ target_link_libraries(lmsdatabase PUBLIC
install(TARGETS lmsdatabase DESTINATION lib)
if(BUILD_TESTING)
add_subdirectory(test)
endif()