aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lwtrace/tests/ya.make
blob: a6d223f206010303fac4a56ec44b2e57125462cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OWNER(serxa) 
 
PROGRAM()

SRCS(
    trace_tests.cpp
)

PEERDIR(
    contrib/libs/protobuf
    library/cpp/getopt
    library/cpp/lwtrace
)

END()