aboutsummaryrefslogtreecommitdiffstats
path: root/util/folder/ut_cython/ya.make
blob: 5cc8534a58570381f4a93f7d5a08453410fd9cc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PY23_TEST()

SUBSCRIBER(g:util-subscribers)

SRCDIR(util/folder)

PY_SRCS(
    NAMESPACE util.folder
    path_ut.pyx
)

TEST_SRCS(
    test_folder.py
)

END()