Skip to content

Commit 46fa6c9

Browse files
committed
Moved unit tests for operators and ADL below 'static UT' subfolder
1 parent 2ddc81d commit 46fa6c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ add_executable(unit_tests
3030
static_tests/alias.cpp
3131
static_tests/is_primary_key_insertable.cpp
3232
static_tests/is_column_with_insertable_primary_key.cpp
33+
static_tests/operators_adl.cpp
3334
tuple_iteration.cpp
3435
sync_schema_tests.cpp
3536
tests.cpp
@@ -55,7 +56,6 @@ add_executable(unit_tests
5556
operators/not_operator.cpp
5657
operators/bitwise.cpp
5758
operators/binary_operators.cpp
58-
operators/adl.cpp
5959
prepared_statement_tests/select.cpp
6060
prepared_statement_tests/get_all.cpp
6161
prepared_statement_tests/get_all_pointer.cpp
@@ -89,7 +89,7 @@ add_executable(unit_tests
8989
statement_serializer_tests/bindables.cpp
9090
statement_serializer_tests/ast/upsert_clause.cpp
9191
statement_serializer_tests/ast/excluded.cpp
92-
statement_serializer_tests/ast/set.cpp
92+
statement_serializer_tests/ast/set.cpp
9393
statement_serializer_tests/arithmetic_operators.cpp
9494
statement_serializer_tests/base_types.cpp
9595
statement_serializer_tests/collate.cpp
File renamed without changes.

0 commit comments

Comments
 (0)