aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/testing/unittest/ya.make
blob: 67a3c2d85cf9fa8ebc5049dbd06714a98fe98188 (plain) (tree)
1
2
3
4
5
6
7
8
9



                        

                          
                    




















                              
LIBRARY()

PROVIDES(test_framework)

PEERDIR(
    library/cpp/colorizer
    library/cpp/dbg_output
    library/cpp/diff
    library/cpp/json
    library/cpp/json/writer
    library/cpp/testing/common
    library/cpp/testing/hook
)

SRCS(
    gtest.cpp
    checks.cpp
    junit.cpp
    plugin.cpp
    registar.cpp
    tests_data.cpp
    utmain.cpp
)

END()

RECURSE_FOR_TESTS(
    fat
    pytests
    ut
)