blob: 433e4e5b4bc50d1f08f833ef23da68ec77505622 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PY3TEST()
PEERDIR(
contrib/python/numpy/py3/tests
)
NO_LINT()
SRCDIR(contrib/python/numpy/py3)
TEST_SRCS(
numpy/compat/tests/__init__.py
numpy/compat/tests/test_compat.py
)
END()
|