aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/gtest_extensions/ut/ya.make
blob: ca333b4905388edc7dd378553d83b71e685ec6c1 (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()