aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/common/ya.make
blob: 1c3b68328e9afab104e43af39565375d03cb8a6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
LIBRARY() 
 
OWNER( 
    amatanhead 
    bulatman 
    thegeorg 
    g:cpp-contrib 
) 
 
SRCS( 
    env.cpp 
    network.cpp 
    probe.cpp
    scope.cpp 
) 
 
PEERDIR(
    library/cpp/json
)

END() 
 
RECURSE_FOR_TESTS(ut)