object generator progress
This commit is contained in:
@@ -3,22 +3,23 @@ CPMAddPackage("gh:catchorg/Catch2@3.7.1")
|
||||
list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/extras)
|
||||
|
||||
add_executable(CoreTests
|
||||
../backends/SchemaFixture.hpp
|
||||
logger/LoggerTest.cpp
|
||||
object/AttributeGeneratorTest.cpp
|
||||
object/ObjectTest.cpp
|
||||
object/PrimaryKeyResolverTest.cpp
|
||||
object/SchemaTest.cpp
|
||||
utils/BasicTypeToVisitorTest.cpp
|
||||
utils/ConvertTest.cpp
|
||||
utils/DefaultTypeTraitsTest.cpp
|
||||
utils/DependencyInjectionTest.cpp
|
||||
utils/IdentifierTest.cpp
|
||||
utils/ResultTest.cpp
|
||||
utils/FieldAttributeTest.cpp
|
||||
utils/VersionTest.cpp
|
||||
utils/ThreadPoolTest.cpp
|
||||
utils/StringTest.cpp
|
||||
object/AttributeDefinitionGeneratorTest.cpp
|
||||
object/PrimaryKeyResolverTest.cpp
|
||||
object/SchemaTest.cpp
|
||||
utils/IdentifierTest.cpp
|
||||
utils/MessageBusTest.cpp
|
||||
../backends/SchemaFixture.hpp
|
||||
utils/ResultTest.cpp
|
||||
utils/StringTest.cpp
|
||||
utils/ThreadPoolTest.cpp
|
||||
utils/VersionTest.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(CoreTests matador-core Catch2::Catch2WithMain)
|
||||
|
||||
Reference in New Issue
Block a user