From 70e8f83248351278ba43e1018f46b9fa0ce371ea Mon Sep 17 00:00:00 2001 From: Jay Bourque Date: Wed, 3 Apr 2013 18:19:50 -0500 Subject: Add test for struct array ufuncs --- numpy/core/setup.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'numpy/core/setup.py') diff --git a/numpy/core/setup.py b/numpy/core/setup.py index 3b08d6edd..437f75c7b 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -928,6 +928,13 @@ def configuration(parent_package='',top_path=None): config.add_extension('test_rational', sources = [join('src','umath', 'test_rational.c.src')]) + ####################################################################### + # struct_ufunc_test module # + ####################################################################### + + config.add_extension('struct_ufunc_test', + sources = [join('src','umath', 'struct_ufunc_test.c.src')]) + ####################################################################### # multiarray_tests module # ####################################################################### -- cgit v1.2.1