LIBRARY()
PEERDIR(
    contrib/restricted/googletest/googlemock
    contrib/restricted/googletest/googletest
)

SRCS(
    assertions.cpp
    gtest_extensions.cpp
    matchers.cpp
    pretty_printers.cpp
    probe.cpp
)

END()

RECURSE_FOR_TESTS(ut)