added more tests
This commit is contained in:
@@ -12,11 +12,17 @@ add_executable(CoreTests
|
||||
utils/FieldAttributeTest.cpp
|
||||
utils/VersionTest.cpp
|
||||
utils/StringTest.cpp
|
||||
object/ColumnDefinitionGeneratorTest.cpp
|
||||
object/SchemaTest.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(CoreTests matador-core Catch2::Catch2WithMain)
|
||||
|
||||
target_include_directories(CoreTests
|
||||
PUBLIC
|
||||
${CMAKE_SOURCE_DIR}/test/models}
|
||||
)
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
target_compile_options(CoreTests PRIVATE -coverage)
|
||||
target_link_options(CoreTests PRIVATE -coverage)
|
||||
|
||||
Reference in New Issue
Block a user