aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lwtrace/tests/ya.make
blob: de823bfe6b238675cc29172a47737c2d24e86b43 (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()