added belongs to and has one tests
This commit is contained in:
@@ -10,9 +10,6 @@ configure_file(Connection.hpp.in ${PROJECT_BINARY_DIR}/backends/postgres/test/co
|
||||
message(STATUS "postgresql connection string: ${POSTGRES_CONNECTION_STRING}")
|
||||
|
||||
set(TEST_SOURCES
|
||||
../../../test/models/coordinate.hpp
|
||||
../../../test/models/location.hpp
|
||||
../../../test/models/types.hpp
|
||||
../../../test/backends/ColorEnumTraits.cpp
|
||||
../../../test/backends/ColorEnumTraits.hpp
|
||||
../../../test/backends/ConnectionTest.cpp
|
||||
@@ -25,23 +22,30 @@ set(TEST_SOURCES
|
||||
../../../test/backends/SchemaFixture.cpp
|
||||
../../../test/backends/SchemaFixture.hpp
|
||||
../../../test/backends/SchemaTest.cpp
|
||||
../../../test/backends/SequenceFixture.cpp
|
||||
../../../test/backends/SequenceFixture.hpp
|
||||
../../../test/backends/SequenceTest.cpp
|
||||
../../../test/backends/SessionFixture.cpp
|
||||
../../../test/backends/SessionFixture.hpp
|
||||
../../../test/backends/SessionInsertBelongsTo.cpp
|
||||
../../../test/backends/SessionInsertHasMany.cpp
|
||||
../../../test/backends/SessionInsertHasManyToManyTest.cpp
|
||||
../../../test/backends/SessionInsertHasOne.cpp
|
||||
../../../test/backends/SessionTest.cpp
|
||||
../../../test/backends/StatementCacheTest.cpp
|
||||
../../../test/backends/StatementTest.cpp
|
||||
../../../test/backends/TypeTraitsTest.cpp
|
||||
../../../test/utils/record_printer.hpp
|
||||
../../../test/utils/record_printer.cpp
|
||||
../../../test/models/model_metas.hpp
|
||||
../../../test/backends/SequenceFixture.hpp
|
||||
../../../test/backends/SequenceFixture.cpp
|
||||
../../../test/backends/SequenceTest.cpp
|
||||
../../../test/backends/TableSequenceFixture.hpp
|
||||
../../../test/backends/TableSequenceFixture.cpp
|
||||
../../../test/backends/TableSequenceFixture.hpp
|
||||
../../../test/backends/TableSequenceTest.cpp
|
||||
../../../test/backends/SessionInsertHasMany.cpp
|
||||
../../../test/backends/SessionInsertHasManyToManyTest.cpp
|
||||
../../../test/backends/TypeTraitsTest.cpp
|
||||
../../../test/models/author.hpp
|
||||
../../../test/models/coordinate.hpp
|
||||
../../../test/models/location.hpp
|
||||
../../../test/models/model_metas.hpp
|
||||
../../../test/models/types.hpp
|
||||
../../../test/models/user.hpp
|
||||
../../../test/utils/record_printer.cpp
|
||||
../../../test/utils/record_printer.hpp
|
||||
)
|
||||
|
||||
set(LIBRARY_TEST_TARGET PostgresTests)
|
||||
|
||||
Reference in New Issue
Block a user