summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py
index c25da264d..8e8bc82a5 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -704,6 +704,9 @@ def configuration(parent_package='',top_path=None):
config.add_extension('umath_tests',
sources = [join('src','umath', 'umath_tests.c.src')])
+ config.add_extension('multiarray_tests',
+ sources = [join('src', 'multiarray', 'multiarray_tests.c.src')])
+
config.add_data_dir('tests')
config.add_data_dir('tests/data')