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

SRCS(
    env_ut.cpp
    network_ut.cpp
    scope_ut.cpp
)

PEERDIR(
    library/cpp/testing/common
)

END()