aboutsummaryrefslogtreecommitdiffstats
path: root/devtools/ya/test/const/ya.make
blob: 382f66ee32881759750fe379bd115eb355d48595 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PY23_LIBRARY()

PEERDIR(
    build/plugins/lib/test_const
)

PY_SRCS(
    NAMESPACE test.const
    __init__.py
)

END()

RECURSE_FOR_TESTS(
    tests
)