added column generator and tests
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user