aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/hook/ya.make
blob: 9f15673651dda3a28219b549c8e1abae36a57d68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY() 
OWNER( 
    amatanhead 
    bulatman 
    thegeorg 
    g:cpp-contrib 
) 
 
SRCS( 
    hook.cpp 
) 
 
END()