aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/testing/gtest/ya.make
blob: 74beb1a051245284d79de0915d328a874ff86443 (plain) (tree)




















                                            
LIBRARY()

PROVIDES(test_framework)

SRCS(
    gtest.cpp
    main.cpp
    matchers.cpp
)

PEERDIR(
    contrib/restricted/googletest/googlemock
    contrib/restricted/googletest/googletest
    library/cpp/string_utils/relaxed_escaper
    library/cpp/testing/common
    library/cpp/testing/gtest_extensions
    library/cpp/testing/hook
)

END()

RECURSE_FOR_TESTS(ut)