renamed all tests
This commit is contained in:
parent
72f9d28d0d
commit
1efc2bdc96
|
|
@ -8,17 +8,17 @@ FetchContent_Declare(
|
||||||
|
|
||||||
FetchContent_MakeAvailable(Catch2)
|
FetchContent_MakeAvailable(Catch2)
|
||||||
|
|
||||||
add_executable(tests builder.cpp
|
add_executable(tests QueryBuilderTest.cpp
|
||||||
session.cpp
|
SessionTest.cpp
|
||||||
record.cpp
|
RecordTest.cpp
|
||||||
connection_pool.cpp
|
ConnectionPoolTest.cpp
|
||||||
query.cpp
|
query.cpp
|
||||||
backend_provider.cpp
|
BackendProviderTest.cpp
|
||||||
connection.cpp
|
ConnectionTest.cpp
|
||||||
models/product.hpp
|
models/product.hpp
|
||||||
column_generator.cpp
|
ColumnGeneratorTest.cpp
|
||||||
column_name_generator.cpp
|
ColumnNameGeneratorTest.cpp
|
||||||
value_generator.cpp
|
ValueGeneratorTest.cpp
|
||||||
models/category.hpp
|
models/category.hpp
|
||||||
models/supplier.hpp
|
models/supplier.hpp
|
||||||
models/airplane.hpp
|
models/airplane.hpp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue