diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-07-19 17:30:04 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-07-19 17:41:55 +0300 |
commit | b48cb40b16a2a26d360ddcb809dcbf48a3843513 (patch) | |
tree | 18f7a12724bcc242294362d27d7956a38805fcee /library/cpp/testing | |
parent | 239a6786ba899f74fb960904a34b14e89419e852 (diff) | |
download | ydb-b48cb40b16a2a26d360ddcb809dcbf48a3843513.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/testing')
-rw-r--r-- | library/cpp/testing/gmock_in_unittest/example_ut/ya.make | 1 | ||||
-rw-r--r-- | library/cpp/testing/gmock_in_unittest/ya.make | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/testing/gmock_in_unittest/example_ut/ya.make b/library/cpp/testing/gmock_in_unittest/example_ut/ya.make index 38d3aae811..f96934e796 100644 --- a/library/cpp/testing/gmock_in_unittest/example_ut/ya.make +++ b/library/cpp/testing/gmock_in_unittest/example_ut/ya.make @@ -1,5 +1,6 @@ UNITTEST() + PEERDIR( library/cpp/testing/gmock_in_unittest ) diff --git a/library/cpp/testing/gmock_in_unittest/ya.make b/library/cpp/testing/gmock_in_unittest/ya.make index cd2fa65b48..3bca6c3a3a 100644 --- a/library/cpp/testing/gmock_in_unittest/ya.make +++ b/library/cpp/testing/gmock_in_unittest/ya.make @@ -1,5 +1,6 @@ LIBRARY() + PEERDIR( contrib/restricted/googletest/googlemock contrib/restricted/googletest/googletest |