backend tests progress
This commit is contained in:
+3
-3
@@ -33,7 +33,9 @@ add_executable(tests QueryBuilderTest.cpp
|
||||
TypeTraitsTest.cpp
|
||||
Databases.hpp
|
||||
models/optional.hpp
|
||||
ConvertTest.cpp)
|
||||
ConvertTest.cpp
|
||||
DummyConnection.hpp
|
||||
DummyConnection.cpp)
|
||||
|
||||
target_link_libraries(tests PRIVATE
|
||||
Catch2::Catch2WithMain
|
||||
@@ -42,5 +44,3 @@ target_link_libraries(tests PRIVATE
|
||||
${SQLite3_LIBRARIES}
|
||||
${PostgreSQL_LIBRARY})
|
||||
target_include_directories(tests PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}>/include)
|
||||
|
||||
add_test(NAME matador_tests COMMAND tests)
|
||||
|
||||
Reference in New Issue
Block a user