diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
tree | 7d55b9e950eb724da222548997547bf6710b1b58 /library/cpp/testing/unittest | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/testing/unittest')
-rw-r--r-- | library/cpp/testing/unittest/fat/ya.make | 19 | ||||
-rw-r--r-- | library/cpp/testing/unittest/ut/ya.make | 10 | ||||
-rw-r--r-- | library/cpp/testing/unittest/ya.make | 33 |
3 files changed, 0 insertions, 62 deletions
diff --git a/library/cpp/testing/unittest/fat/ya.make b/library/cpp/testing/unittest/fat/ya.make deleted file mode 100644 index d405e599ee..0000000000 --- a/library/cpp/testing/unittest/fat/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -UNITTEST() - -OWNER(g:yatool) - -SRCS( - test_port_manager.cpp -) - -SIZE(LARGE) - -# We need to run tests at the same time on the single machine -FORK_SUBTESTS() - -TAG( - ya:fat - ya:force_sandbox -) - -END() diff --git a/library/cpp/testing/unittest/ut/ya.make b/library/cpp/testing/unittest/ut/ya.make deleted file mode 100644 index 6d4c0959cc..0000000000 --- a/library/cpp/testing/unittest/ut/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -UNITTEST_FOR(library/cpp/testing/unittest) - -OWNER(snowball) - -SRCS( - main.cpp - registar_ut.cpp -) - -END() diff --git a/library/cpp/testing/unittest/ya.make b/library/cpp/testing/unittest/ya.make deleted file mode 100644 index aaa4f2ba85..0000000000 --- a/library/cpp/testing/unittest/ya.make +++ /dev/null @@ -1,33 +0,0 @@ -LIBRARY() - -PROVIDES(test_framework) - -OWNER( - pg - galaxycrab -) - -PEERDIR( - library/cpp/colorizer - library/cpp/dbg_output - library/cpp/diff - library/cpp/json/writer - library/cpp/testing/common - library/cpp/testing/hook -) - -SRCS( - gtest.cpp - checks.cpp - plugin.cpp - registar.cpp - tests_data.cpp - utmain.cpp -) - -END() - -RECURSE_FOR_TESTS( - fat - ut -) |