added missing test in CMakeLists.txt

This commit is contained in:
sascha 2026-03-27 15:10:55 +01:00
parent 833cb64352
commit f751541bdd
1 changed files with 1 additions and 0 deletions

View File

@ -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)