aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/string_utils/base64/fuzz/uneven/ya.make
blob: 18cb18ef52f50108192e1bb0dc726e5d1fe1a0c7 (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()