aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy/py3/tests/fft/ya.make
blob: 375462e5aefaa6c6c052ad69492eda0a05bf3b23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PY3TEST()

PEERDIR(
    contrib/python/numpy/py3/tests
)

NO_LINT()

SRCDIR(contrib/python/numpy/py3)

TEST_SRCS(
    numpy/fft/tests/__init__.py
    numpy/fft/tests/test_helper.py
    numpy/fft/tests/test_pocketfft.py
)

END()