diff options
Diffstat (limited to 'library/cpp/ipmath')
| -rw-r--r-- | library/cpp/ipmath/ut/ya.make | 11 | ||||
| -rw-r--r-- | library/cpp/ipmath/ya.make | 12 |
2 files changed, 23 insertions, 0 deletions
diff --git a/library/cpp/ipmath/ut/ya.make b/library/cpp/ipmath/ut/ya.make new file mode 100644 index 00000000000..b974ba7b031 --- /dev/null +++ b/library/cpp/ipmath/ut/ya.make @@ -0,0 +1,11 @@ +UNITTEST_FOR(library/cpp/ipmath) + +SRCS( + ipmath_ut.cpp +) + +PEERDIR( + library/cpp/testing/gmock_in_unittest +) + +END() diff --git a/library/cpp/ipmath/ya.make b/library/cpp/ipmath/ya.make new file mode 100644 index 00000000000..04cd721f5b6 --- /dev/null +++ b/library/cpp/ipmath/ya.make @@ -0,0 +1,12 @@ +LIBRARY() + +SRCS( + ipmath.cpp + range_set.cpp +) + +PEERDIR(library/cpp/ipv6_address) + +END() + +RECURSE_FOR_TESTS(ut) |
