diff options
-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 |