schema progress
This commit is contained in:
+8
-1
@@ -8,7 +8,12 @@ FetchContent_Declare(
|
||||
|
||||
FetchContent_MakeAvailable(Catch2)
|
||||
|
||||
add_executable(tests QueryBuilderTest.cpp
|
||||
list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/extras)
|
||||
include(CTest)
|
||||
include(Catch)
|
||||
|
||||
add_executable(tests
|
||||
QueryBuilderTest.cpp
|
||||
RecordTest.cpp
|
||||
ConnectionPoolTest.cpp
|
||||
BackendProviderTest.cpp
|
||||
@@ -39,3 +44,5 @@ target_link_libraries(tests PRIVATE
|
||||
${SQLite3_LIBRARIES}
|
||||
${PostgreSQL_LIBRARY})
|
||||
target_include_directories(tests PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}>/include)
|
||||
|
||||
catch_discover_tests(tests)
|
||||
|
||||
Reference in New Issue
Block a user