aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake.core.conf
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-10-04 15:03:12 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-10-04 15:33:38 +0300
commit047733bf351eea2b33e5619220bbcf9afed4cf38 (patch)
treef378bf40bd4b09437c31c2d9e9e87fb96e15c853 /build/ymake.core.conf
parentf8c324ac007288b73e563428a50601932dfd092a (diff)
downloadydb-047733bf351eea2b33e5619220bbcf9afed4cf38.tar.gz
Get rid of an ugly GTEST_UGLY()
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r--build/ymake.core.conf17
1 files changed, 0 insertions, 17 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index d65db15f9b..950c7da368 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -1532,23 +1532,6 @@ macro STYLE(Globs...) {
_STYLE(${STYLE_SRCS_GLOB})
}
-# tag:cpp-specific tag:deprecated tag:test
-### @usage: GTEST_UGLY([name])
-###
-### Deprecated, do not use in new projects. Use GTEST instead.
-###
-### The test module based on gtest (contrib/libs/gtest contrib/libs/gmock).
-### Use public documentation on gtest for details.
-###
-### Documentation about the Arcadia test system: https://wiki.yandex-team.ru/yatool/test/
-module GTEST_UGLY: _BASE_PROGRAM {
- .NODE_TYPE=Program
- .FINAL_TARGET=no
- PEERDIR(contrib/restricted/googletest/googlemock contrib/restricted/googletest/googletest)
- ADD_YTEST($MODULE_PREFIX$REALPRJNAME gtest)
- SET_APPEND(_MAKEFILE_INCLUDE_LIKE_DEPS canondata/result.json)
-}
-
# tag:test
### @usage: EXECTEST()
###