blob: cd2fa65b48dc0cfd7bdd530b3506ae3ffa40a52b (
plain) (
tree)
|
|
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
)
|