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