aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/ipmath/ut/ya.make
blob: b974ba7b0316d81ee9f1a8ba61ec5599d68ad249 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
UNITTEST_FOR(library/cpp/ipmath)

SRCS(
    ipmath_ut.cpp
)

PEERDIR(
    library/cpp/testing/gmock_in_unittest
)

END()