diff options
author | David Cournapeau <cournape@gmail.com> | 2012-05-21 09:35:07 +0100 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2012-06-01 03:11:14 +0900 |
commit | 689026311449adc87114998d6d8a1c977278960e (patch) | |
tree | f0b752e9cc05e080330db872739ce1fe6b81ccac | |
parent | 1fa15b0708f62096f0301d3c2fe4442db1ec145d (diff) | |
download | numpy-689026311449adc87114998d6d8a1c977278960e.tar.gz |
BUG: add missing test data in bento build.
-rw-r--r-- | bento.info | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/bento.info b/bento.info index f8f0257ae..606f471dd 100644 --- a/bento.info +++ b/bento.info @@ -56,18 +56,13 @@ DataFiles: tests TargetDir: $sitedir/numpy SourceDir: numpy Files: - core/tests/*.py, - distutils/tests/*.py, - f2py/tests/*.py, - fft/tests/*.py, - lib/tests/*.py, - linalg/tests/*.py, - ma/tests/*.py, - matrixlib/tests/*.py, - oldnumeric/tests/*.py, - polynomial/tests/*.py, - random/tests/*.py, - testing/tests/*.py + **/tests/*.py, + core/tests/data/*.fits, + core/tests/data/*.pkl, + f2py/tests/src/array_from_pyobj/*.c, + f2py/src/test/*.c, + f2py/src/test/*.f, + f2py/src/test/*.f90 HookFile: bscript Recurse: numpy |