aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/skiff/unittests/ya.make
blob: d67ca8c618da306c570a0e453d972be2bcbee7ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
UNITTEST()

SRCS(
    skiff_ut.cpp
    skiff_schema_ut.cpp
)

PEERDIR(
    library/cpp/skiff
)

END()