aboutsummaryrefslogtreecommitdiffstats
path: root/util/folder/ut/ya.make
blob: 81db76d73d1f61e594b1e831a996859c37e63be8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
UNITTEST_FOR(util)
 
OWNER(g:util)
SUBSCRIBER(g:util-subscribers)
 
SRCS( 
    folder/dirut_ut.cpp
    folder/filelist_ut.cpp
    folder/fts_ut.cpp
    folder/iterator_ut.cpp
    folder/path_ut.cpp
    folder/pathsplit_ut.cpp
) 
 
INCLUDE(${ARCADIA_ROOT}/util/tests/ya_util_tests.inc)

END()