aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/common/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/testing/common/ya.make')
-rw-r--r--library/cpp/testing/common/ya.make23
1 files changed, 23 insertions, 0 deletions
diff --git a/library/cpp/testing/common/ya.make b/library/cpp/testing/common/ya.make
new file mode 100644
index 0000000000..2f4b0ce26e
--- /dev/null
+++ b/library/cpp/testing/common/ya.make
@@ -0,0 +1,23 @@
+LIBRARY()
+
+OWNER(
+ amatanhead
+ bulatman
+ thegeorg
+ g:cpp-contrib
+)
+
+SRCS(
+ env.cpp
+ network.cpp
+ probe.cpp
+ scope.cpp
+)
+
+PEERDIR(
+ library/cpp/json
+)
+
+END()
+
+RECURSE_FOR_TESTS(ut)