diff options
| author | chernikovden <[email protected]> | 2024-01-22 20:40:05 +0300 |
|---|---|---|
| committer | Alexander Smirnov <[email protected]> | 2024-01-24 15:02:02 +0300 |
| commit | 832c8f62e12cbec1934bc40ef3b7c338f1e087dd (patch) | |
| tree | 73fdaaac99dda9eade4f61b1f3cc309e6fc609f2 | |
| parent | 9eb56282e0a7f138a5cb9b9b1ebe7ee4ecf7b0fb (diff) | |
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 d00c3c7a866..1ccfa2d48d3 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 |
