diff --git a/backends/postgres/test/CMakeLists.txt b/backends/postgres/test/CMakeLists.txt index 575e930..493a4d9 100644 --- a/backends/postgres/test/CMakeLists.txt +++ b/backends/postgres/test/CMakeLists.txt @@ -40,6 +40,7 @@ set(TEST_SOURCES ../../../test/backends/TableSequenceFixture.hpp ../../../test/backends/TableSequenceFixture.cpp ../../../test/backends/TableSequenceTest.cpp + ../../../test/backends/SessionInsertHasMany.cpp ) set(LIBRARY_TEST_TARGET PostgresTests)