aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/libs/python/arcadia_test/py3/ya.make
blob: 5334de5fb0f091ace731e427cbf12f49ba2b64f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PY3TEST()

WITHOUT_LICENSE_TEXTS()

OWNER(
    antoshkka
    g:cpp-committee
    g:cpp-contrib
)

PEERDIR(
    contrib/restricted/boost/libs/python/arcadia_test/mod
)

TEST_SRCS(test_hello.py)

END()