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