aboutsummaryrefslogtreecommitdiffstats
path: root/util/folder/ut/ya.make
blob: 64877d9b58bbca9057ec0f4ddc8877cff6105d79 (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()