aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/ya.make
blob: 2d27845bb2369f23105d034a0bf2a4890337d49a (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
)