diff options
author | chernikovden <chernikovden@yandex-team.com> | 2024-01-22 20:40:05 +0300 |
---|---|---|
committer | chernikovden <chernikovden@yandex-team.com> | 2024-01-22 20:55:39 +0300 |
commit | d037aeb9d5268401f62c1f7551007a030dfa1372 (patch) | |
tree | 6fa93a6c144d124762b86b5df6b0d06d97095bb6 | |
parent | a05aa2a362df7ff092854d6c7294a4b30a52dc2f (diff) | |
download | ydb-d037aeb9d5268401f62c1f7551007a030dfa1372.tar.gz |
Update link to GTEST macro documentation
-rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index d00c3c7a86..1ccfa2d48d 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -1309,7 +1309,7 @@ GTEST_SEM=$CPP_PROGRAM_SEM \ ### Unit test module based on library/cpp/testing/gtest. ### It is recommended not to specify the name. ### -### Documentation: https://docs.yandex-team.ru/arcadia-cpp/cpp_test +### Documentation: https://docs.yandex-team.ru/arcadia-cpp/docs/build/manual/tests/cpp#gtest module GTEST: _BASE_UNITTEST { .SEM=GTEST_SEM .DEFAULT_NAME_GENERATOR=FullPath |