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