diff options
author | nalpp <nalpp@yandex-team.ru> | 2022-02-10 16:46:46 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:46 +0300 |
commit | 30d1ef3941e0dc835be7609de5ebee66958f215a (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /library/cpp/testing | |
parent | 87f3eb38999df2d3c1cb77f8ffb9c52ec9c516fb (diff) | |
download | ydb-30d1ef3941e0dc835be7609de5ebee66958f215a.tar.gz |
Restoring authorship annotation for <nalpp@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/testing')
-rw-r--r-- | library/cpp/testing/unittest/ut/main.cpp | 2 | ||||
-rw-r--r-- | library/cpp/testing/unittest/ut/ya.make | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/library/cpp/testing/unittest/ut/main.cpp b/library/cpp/testing/unittest/ut/main.cpp index 9541e8d089..e303e21e30 100644 --- a/library/cpp/testing/unittest/ut/main.cpp +++ b/library/cpp/testing/unittest/ut/main.cpp @@ -6,7 +6,7 @@ #include <util/network/sock.h> #include <util/system/env.h> #include <util/system/fs.h> - + TEST(GTest, Test1) { UNIT_ASSERT_EQUAL(1, 1); } diff --git a/library/cpp/testing/unittest/ut/ya.make b/library/cpp/testing/unittest/ut/ya.make index 5e3f4de559..6d4c0959cc 100644 --- a/library/cpp/testing/unittest/ut/ya.make +++ b/library/cpp/testing/unittest/ut/ya.make @@ -1,10 +1,10 @@ UNITTEST_FOR(library/cpp/testing/unittest) - + OWNER(snowball) - -SRCS( - main.cpp + +SRCS( + main.cpp registar_ut.cpp -) - -END() +) + +END() |