aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/testing/yatest_common_standalone/ya.make
blob: 8f2d5f52c3f179ebc8017505432304e8d6339e10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PY23_LIBRARY()

PY_SRCS(
    __init__.py
)

STYLE_PYTHON()

PEERDIR(
    library/python/testing/yatest_common
)

PY_CONSTRUCTOR(library.python.testing.yatest_common_standalone)

END()