aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/gtest_extensions/ut/ya.make
blob: 39b41cecfd2f1540d517e87a2e9a088bd6d059db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GTEST()
OWNER(
    amatanhead
    bulatman
    dancingqueue
    prettyboy
    thegeorg
    g:cpp-contrib
)

SRCS(
    gtest_extensions_ut.cpp
    probe_ut.cpp
)

PEERDIR(
    library/cpp/testing/gtest_extensions
)

END()