aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/codecs/static/ut/ya.make
blob: 14d27703a63d748cfcfca35e6ed1280ac8d7e089 (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()