aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/fuzzy_test/ya.make
blob: ff50bc1f622dd4a09e7e867f331a710a701e42af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
FUZZ()

OWNER(pg)

PEERDIR(
    library/cpp/json
)

SRCS(
    main.cpp
)

END()