added SchemaTest, fixed bug in class shipment, added contains methods to class schema and enabled some tests

This commit is contained in:
2026-01-09 09:32:47 +01:00
parent 930b9d1aa4
commit ac53526a27
7 changed files with 102 additions and 25 deletions
+1
View File
@@ -28,6 +28,7 @@ add_executable(OrmTests
utils/auto_reset_event.cpp
utils/auto_reset_event.hpp
query/GeneratorTests.cpp
query/SchemaTest.cpp
)
target_link_libraries(OrmTests matador-orm matador-core Catch2::Catch2WithMain)