aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/ipmath/ut/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/ipmath/ut/ya.make')
-rw-r--r--library/cpp/ipmath/ut/ya.make16
1 files changed, 16 insertions, 0 deletions
diff --git a/library/cpp/ipmath/ut/ya.make b/library/cpp/ipmath/ut/ya.make
new file mode 100644
index 0000000000..b860cefd03
--- /dev/null
+++ b/library/cpp/ipmath/ut/ya.make
@@ -0,0 +1,16 @@
+UNITTEST_FOR(library/cpp/ipmath)
+
+OWNER(
+ msherbakov
+ g:solomon
+)
+
+SRCS(
+ ipmath_ut.cpp
+)
+
+PEERDIR(
+ library/cpp/testing/gmock_in_unittest
+)
+
+END()