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

PEERDIR(
    build/plugins/lib/test_const
)

STYLE_PYTHON()

PY_SRCS(
    NAMESPACE test.const
    __init__.py
)

END()

RECURSE_FOR_TESTS(
    tests
)