Skip to content

Commit 8328262

Browse files
committed
Resolved conflicts
1 parent 35dcfc2 commit 8328262

File tree

3 files changed

+6
-34
lines changed

3 files changed

+6
-34
lines changed

tests/unit/library/diff/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
<<<<<<< HEAD:tests/unit/library/diff/CMakeLists.txt
2-
add_ydb_test(NAME library-diff_ut
3-
=======
41
add_ydb_test(NAME diff-ut
5-
>>>>>>> 740dcae8d (Returned library and switched client to ol util and library):tests/library/diff/CMakeLists.txt
62
SOURCES
73
ut.cpp
84
INCLUDE_DIRS

tests/unit/library/json/CMakeLists.txt

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,9 @@ INCLUDE_DIRS
99
LINK_LIBRARIES
1010
yutil
1111
cpp-testing-unittest_main
12-
<<<<<<< HEAD:tests/unit/library/json/CMakeLists.txt
13-
library-json
12+
json
1413
LABELS
1514
unit
16-
=======
17-
json
18-
>>>>>>> 740dcae8d (Returned library and switched client to ol util and library):tests/library/json/CMakeLists.txt
1915
)
2016

2117
add_ydb_test(NAME json-ut-json_reader_fast_ut
@@ -30,13 +26,9 @@ INCLUDE_DIRS
3026
LINK_LIBRARIES
3127
yutil
3228
cpp-testing-unittest_main
33-
<<<<<<< HEAD:tests/unit/library/json/CMakeLists.txt
34-
library-json
29+
json
3530
LABELS
3631
unit
37-
=======
38-
json
39-
>>>>>>> 740dcae8d (Returned library and switched client to ol util and library):tests/library/json/CMakeLists.txt
4032
)
4133

4234
add_ydb_test(NAME json-ut-json_reader_ut
@@ -50,13 +42,9 @@ INCLUDE_DIRS
5042
LINK_LIBRARIES
5143
yutil
5244
cpp-testing-unittest_main
53-
<<<<<<< HEAD:tests/unit/library/json/CMakeLists.txt
54-
library-json
45+
json
5546
LABELS
5647
unit
57-
=======
58-
json
59-
>>>>>>> 740dcae8d (Returned library and switched client to ol util and library):tests/library/json/CMakeLists.txt
6048
)
6149

6250
add_ydb_test(NAME json-ut-json_saveload_ut
@@ -70,13 +58,9 @@ INCLUDE_DIRS
7058
LINK_LIBRARIES
7159
yutil
7260
cpp-testing-unittest_main
73-
<<<<<<< HEAD:tests/unit/library/json/CMakeLists.txt
74-
library-json
61+
json
7562
LABELS
7663
unit
77-
=======
78-
json
79-
>>>>>>> 740dcae8d (Returned library and switched client to ol util and library):tests/library/json/CMakeLists.txt
8064
)
8165

8266
add_ydb_test(NAME json-ut-json_writer_ut
@@ -89,11 +73,7 @@ INCLUDE_DIRS
8973
LINK_LIBRARIES
9074
yutil
9175
cpp-testing-unittest_main
92-
<<<<<<< HEAD:tests/unit/library/json/CMakeLists.txt
93-
library-json
76+
json
9477
LABELS
9578
unit
96-
=======
97-
json
98-
>>>>>>> 740dcae8d (Returned library and switched client to ol util and library):tests/library/json/CMakeLists.txt
9979
)

tests/unit/library/yql/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@ add_ydb_test(NAME yql-public-issue_ut
1616
yutil
1717
cpp-testing-unittest_main
1818
yql-public-issue
19-
<<<<<<< HEAD:tests/unit/library/yql/CMakeLists.txt
20-
unicode_normalization
19+
unicode-normalization
2120
LABELS
2221
unit
23-
=======
24-
unicode-normalization
25-
>>>>>>> 740dcae8d (Returned library and switched client to ol util and library):tests/library/yql/CMakeLists.txt
2622
)
2723

2824
add_ydb_test(NAME yql-public-decimal_ut

0 commit comments

Comments
 (0)