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

SIZE(SMALL)

SRCS(
    test_conversion.cpp
)

PEERDIR(
    library/cpp/json
    library/cpp/json/writer
)

END()