aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/benchmark/main/ya.make
blob: 8ae7e336bd6a66ade5f701e8194e667bcb8e951e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LIBRARY()

OWNER(
    pg
    yazevnul
)

SRCS(
    GLOBAL main.cpp
)

PEERDIR(
    library/cpp/testing/benchmark 
)

END()