aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/benchmark/main/ya.make
blob: 0cf231bee223629d86fb2a4509a7ace52b01fa02 (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()