aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/ya.make
blob: aaa4f2ba85111315f8cc6aaf81d8e4a586e90e6f (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
32
33
LIBRARY()

PROVIDES(test_framework)

OWNER(
    pg
    galaxycrab
)

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

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

END()

RECURSE_FOR_TESTS(
    fat
    ut
)