aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/ya.make
blob: 67a3c2d85cf9fa8ebc5049dbd06714a98fe98188 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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
)