From b2166c636b2399143d2282f1f8b646e0a2a66d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Hunold?= Date: Mon, 7 Feb 2022 20:41:14 +0100 Subject: [PATCH] Untabify test list --- tests/postgresql/usage/CMakeLists.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/postgresql/usage/CMakeLists.txt b/tests/postgresql/usage/CMakeLists.txt index 28d9fbef..a41f40f2 100644 --- a/tests/postgresql/usage/CMakeLists.txt +++ b/tests/postgresql/usage/CMakeLists.txt @@ -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})