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