aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/gbenchmark_main/ya.make
blob: e5fefc54d07cbda103e2ccf94feff7f179b9fb72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY()

SRCS(
    main.cpp
)

PEERDIR(
    contrib/libs/benchmark
    library/cpp/testing/hook
)

END()