diff options
author | chernikovden <chernikovden@yandex-team.com> | 2024-01-22 20:40:05 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-01-24 15:02:02 +0300 |
commit | 832c8f62e12cbec1934bc40ef3b7c338f1e087dd (patch) | |
tree | 73fdaaac99dda9eade4f61b1f3cc309e6fc609f2 | |
parent | 9eb56282e0a7f138a5cb9b9b1ebe7ee4ecf7b0fb (diff) | |
download | ydb-832c8f62e12cbec1934bc40ef3b7c338f1e087dd.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 |