aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/gtest_extensions/ut/ya.make
blob: 61c20583b4091c4af9b1f9c6edc738a958c8093d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
GTEST()
SRCS(
    gtest_extensions_ut.cpp
    probe_ut.cpp
)

PEERDIR(
    library/cpp/testing/gtest_extensions
)

END()