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

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()