aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/codecs/static/ut/ya.make
blob: b9116097d872e23efed9cee07602dfb9bd36df9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
UNITTEST_FOR(library/cpp/codecs/static)

OWNER(velavokr)

SRCS(
    builder_ut.cpp
    static_ut.cpp
)

PEERDIR(
    library/cpp/codecs/static/example
)

END()