added column generator and tests

This commit is contained in:
2023-11-11 08:29:22 +01:00
parent ae236746ad
commit 30f2126225
20 changed files with 917 additions and 19 deletions
+4 -1
View File
@@ -13,7 +13,10 @@ add_executable(tests builder.cpp
record.cpp
connection_pool.cpp
query.cpp
backend_provider.cpp)
backend_provider.cpp
connection.cpp
product.hpp
column_generator.cpp)
target_link_libraries(tests PRIVATE
Catch2::Catch2WithMain
matador