We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cfadc commit e3f91c8Copy full SHA for e3f91c8
util/CMakeLists.txt
@@ -249,9 +249,6 @@ if (YDB_SDK_TESTS)
249
nice_ut
250
pipe_ut
251
platform_ut
252
- # TODO: fix progname_ut
253
- # TProgramNameTest::TestIt
254
- progname_ut
255
rusage_ut
256
rwlock_ut
257
sanitizers_ut
@@ -282,6 +279,18 @@ if (YDB_SDK_TESTS)
282
279
yassert_ut
283
280
)
284
281
+ # This test checks if the executable file's name (the same name as the target)
+ # is either "util-system-ut" or slightly different variations
+ add_ydb_test(NAME util-system-ut
285
+ SOURCES
286
+ system/progname_ut.cpp
287
+ LINK_LIBRARIES
288
+ yutil
289
+ cpp-testing-unittest_main
290
+ LABELS
291
+ unit
292
+ )
293
+
294
if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
295
add_ydb_test(NAME util-system-fs_win_ut
296
SOURCES
0 commit comments