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