File tree Expand file tree Collapse file tree 1 file changed +25
-36
lines changed Expand file tree Collapse file tree 1 file changed +25
-36
lines changed Original file line number Diff line number Diff line change @@ -38,48 +38,37 @@ if (YDB_SDK_TESTS)
38
38
uptime_ut
39
39
)
40
40
41
- add_ydb_test (NAME util-digest-ut
42
- SOURCES
43
- digest/city_ut.cpp
44
- digest/fnv_ut.cpp
45
- digest/multi_ut.cpp
46
- digest/murmur_ut.cpp
47
- digest/sequence_ut.cpp
48
- LINK_LIBRARIES
49
- yutil
50
- cpp-testing-unittest_main
51
- LABELS
52
- unit
41
+ add_ydb_util_tests (FOLDER digest
42
+ TESTS
43
+ city_ut
44
+ fnv_ut
45
+ multi_ut
46
+ murmur_ut
47
+ sequence_ut
53
48
)
54
- add_ydb_test (NAME util-folder-ut
55
- SOURCES
56
- folder /dirut_ut.cpp
57
- folder /filelist_ut.cpp
58
- folder /fts_ut.cpp
59
- folder /iterator_ut.cpp
60
- folder /path_ut.cpp
61
- folder /pathsplit_ut.cpp
49
+
50
+ add_ydb_util_tests (FOLDER folder
51
+ TESTS
52
+ dirut_ut
53
+ filelist_ut
54
+ fts_ut
55
+ iterator_ut
56
+ path_ut
57
+ pathsplit_ut
62
58
LINK_LIBRARIES
63
- yutil
64
- cpp-testing-unittest_main
65
59
threading-future
66
- LABELS
67
- unit
68
60
)
69
- add_ydb_test (NAME util-network-ut
70
- SOURCES
71
- network/address_ut.cpp
72
- network/endpoint_ut.cpp
73
- network/ip_ut.cpp
74
- network/poller_ut.cpp
75
- network/sock_ut.cpp
76
- network/socket_ut.cpp
61
+
62
+ add_ydb_util_tests (FOLDER network
63
+ TESTS
64
+ address_ut
65
+ endpoint_ut
66
+ ip_ut
67
+ poller_ut
68
+ sock_ut
69
+ socket_ut
77
70
LINK_LIBRARIES
78
- yutil
79
- cpp-testing-unittest_main
80
71
threading-future
81
- LABELS
82
- unit
83
72
)
84
73
endif ()
85
74
You can’t perform that action at this time.
0 commit comments