aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/fuzzy_test/ya.make
blob: 1ccd587546e4f41aef656c21c4ab044f71e525cf (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()