summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r--numpy/core/setup.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py
index 0b2ecfe67..6df82b3fa 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -922,6 +922,13 @@ def configuration(parent_package='',top_path=None):
sources = [join('src','umath', 'umath_tests.c.src')])
#######################################################################
+ # custom rational dtype module #
+ #######################################################################
+
+ config.add_extension('test_rational',
+ sources = [join('src','umath', 'test_rational.c.src')])
+
+ #######################################################################
# multiarray_tests module #
#######################################################################