aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/string_utils/base64/fuzz/uneven/ya.make
blob: 5ebcb21ecfbb930e29cd00781ef0daa7c861a23a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FUZZ() 
 
OWNER( 
    g:util 
) 
 
SRCS( 
    main.cpp 
) 
 
PEERDIR( 
    library/cpp/string_utils/base64 
) 
 
END()