aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/common/ut/ya.make
blob: 100c42f835af12597e4a8fe87d9bbee270b824c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
GTEST()
SRCS(
    env_ut.cpp
    network_ut.cpp
    scope_ut.cpp
)

PEERDIR(
    library/cpp/testing/common
)

END()