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

SRCS(
    main.cpp
)

PEERDIR(
    contrib/restricted/google/benchmark
    library/cpp/testing/hook
)

END()