mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-06 13:10:34 -06:00
Untabify test list
This commit is contained in:
committed by
Roland Bock
parent
5b3abca4b1
commit
b2166c636b
@@ -27,17 +27,17 @@ add_library(sqlpp11_postgresql_testing INTERFACE)
|
||||
target_include_directories(sqlpp11_postgresql_testing INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
set(test_names
|
||||
Basic
|
||||
Blob
|
||||
Constructor
|
||||
Date
|
||||
DateTime
|
||||
Exceptions
|
||||
InsertOnConflict
|
||||
Returning
|
||||
Select
|
||||
Transaction
|
||||
Type
|
||||
Basic
|
||||
Blob
|
||||
Constructor
|
||||
Date
|
||||
DateTime
|
||||
Exceptions
|
||||
InsertOnConflict
|
||||
Returning
|
||||
Select
|
||||
Transaction
|
||||
Type
|
||||
)
|
||||
|
||||
create_test_sourcelist(test_sources test_main.cpp ${test_names})
|
||||
|
||||
Reference in New Issue
Block a user