summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2017-08-17 00:52:49 +0200
committerPauli Virtanen <pav@iki.fi>2017-08-17 13:21:35 +0200
commit1fff440ba7c3da6cfe9f5d5b534e22fa43f18482 (patch)
treec54de2befce5708f7beb980e28c6250f2a7cb05c /numpy/core/setup.py
parent26c79664d2edd48e1777cc4b31ecb952e2ec30d5 (diff)
downloadnumpy-1fff440ba7c3da6cfe9f5d5b534e22fa43f18482.tar.gz
TST: core: add a test that exercise untested npymath functions
These functions do not occur currently in numpy codebase either at all or only very indirectly, so they are not tested otherwise.
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r--numpy/core/setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py
index 4c3ec66fe..f56e705ab 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -934,7 +934,8 @@ def configuration(parent_package='',top_path=None):
sources=[join('src', 'multiarray', 'multiarray_tests.c.src'),
join('src', 'private', 'mem_overlap.c')],
depends=[join('src', 'private', 'mem_overlap.h'),
- join('src', 'private', 'npy_extint128.h')])
+ join('src', 'private', 'npy_extint128.h')],
+ libraries=['npymath'])
#######################################################################
# operand_flag_tests module #