aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/fmt/test/posix-mock-test
diff options
context:
space:
mode:
authororivej <orivej@yandex-team.ru>2022-02-10 16:45:01 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:01 +0300
commit2d37894b1b037cf24231090eda8589bbb44fb6fc (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/fmt/test/posix-mock-test
parent718c552901d703c502ccbefdfc3c9028d608b947 (diff)
downloadydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/fmt/test/posix-mock-test')
-rw-r--r--contrib/libs/fmt/test/posix-mock-test/ya.make56
1 files changed, 28 insertions, 28 deletions
diff --git a/contrib/libs/fmt/test/posix-mock-test/ya.make b/contrib/libs/fmt/test/posix-mock-test/ya.make
index 1da082bd78..d1a55e5200 100644
--- a/contrib/libs/fmt/test/posix-mock-test/ya.make
+++ b/contrib/libs/fmt/test/posix-mock-test/ya.make
@@ -1,38 +1,38 @@
-# Generated by devtools/yamaker.
-
+# Generated by devtools/yamaker.
+
GTEST()
-
+
WITHOUT_LICENSE_TEXTS()
-
+
OWNER(
orivej
g:cpp-contrib
)
-LICENSE(MIT)
-
+LICENSE(MIT)
+
ADDINCL(
contrib/libs/fmt/include
)
-
-NO_COMPILER_WARNINGS()
-
-NO_UTIL()
-
-CFLAGS(
- -DFMT_LOCALE
- -DGTEST_HAS_STD_WSTRING=1
- -DGTEST_LANG_CXX11=0
- -D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING=1
-)
-
-SRCDIR(contrib/libs/fmt)
-
-SRCS(
- src/format.cc
- test/gtest-extra.cc
- test/posix-mock-test.cc
- test/util.cc
-)
-
-END()
+
+NO_COMPILER_WARNINGS()
+
+NO_UTIL()
+
+CFLAGS(
+ -DFMT_LOCALE
+ -DGTEST_HAS_STD_WSTRING=1
+ -DGTEST_LANG_CXX11=0
+ -D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING=1
+)
+
+SRCDIR(contrib/libs/fmt)
+
+SRCS(
+ src/format.cc
+ test/gtest-extra.cc
+ test/posix-mock-test.cc
+ test/util.cc
+)
+
+END()