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

OWNER(galaxycrab)

PEERDIR(
    contrib/restricted/googletest/googlemock
    contrib/restricted/googletest/googletest
    library/cpp/testing/gtest_extensions
    library/cpp/testing/unittest 
)

SRCS(
    events.cpp
    GLOBAL registration.cpp
)

END()