aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/testing/gmock_in_unittest/ya.make
blob: 3bca6c3a3a92fe1840b0cb6bcaeffba192a65579 (plain) (tree)
1
2
3
         
 















                                            
LIBRARY()


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()

RECURSE_FOR_TESTS(
    example_ut
)