aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/md5/bench/ya.make
blob: 5c3e3c1c42fdfcbbff7438593ef9d71a41cd01f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
G_BENCHMARK()

OWNER(
    pg
    g:util
)

PEERDIR(
    library/cpp/digest/md5
)

SRCS(
    main.cpp
)

END()