diff options
author | cookedm <cookedm@localhost> | 2006-07-14 08:03:25 +0000 |
---|---|---|
committer | cookedm <cookedm@localhost> | 2006-07-14 08:03:25 +0000 |
commit | f57a6625f380bb7b68d6cbb1de190af47c0beba4 (patch) | |
tree | f78294864046ee5955f748cc4132817d841f0d98 /numpy | |
parent | 26a4597fb4db0b09cdaf5d9db817a68019174f75 (diff) | |
download | numpy-f57a6625f380bb7b68d6cbb1de190af47c0beba4.tar.gz |
numpy.linalg.setup.py: include the test cases
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/linalg/setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/linalg/setup.py b/numpy/linalg/setup.py index 139b6f77f..432bfc133 100644 --- a/numpy/linalg/setup.py +++ b/numpy/linalg/setup.py @@ -6,6 +6,8 @@ def configuration(parent_package='',top_path=None): from numpy.distutils.system_info import get_info config = Configuration('linalg',parent_package,top_path) + config.add_data_dir('tests') + # Configure lapack_lite lapack_info = get_info('lapack_opt',0) def get_lapack_lite_sources(ext, build_dir): |