added benchmark test suite
This commit is contained in:
@@ -32,10 +32,17 @@ add_executable(OrmTests
|
||||
sql/StatementCacheTest.cpp
|
||||
utils/auto_reset_event.cpp
|
||||
utils/auto_reset_event.hpp
|
||||
../utils/RecordingObserver.hpp
|
||||
../utils/RecordingObserver.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(OrmTests matador-orm matador-core Catch2::Catch2WithMain)
|
||||
|
||||
target_include_directories(OrmTests
|
||||
PRIVATE $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}>/test
|
||||
PRIVATE ${CMAKE_CURRENT_BINARY_DIR}
|
||||
)
|
||||
|
||||
#target_compile_options(OrmTests PRIVATE -coverage)
|
||||
#target_link_options(OrmTests PRIVATE -coverage)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user