diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2013-09-19 21:11:10 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2013-09-19 21:12:06 +0200 |
commit | fddf1e045a4ad0dd77795d74f18f8a64bb40b019 (patch) | |
tree | 127c96dcc89b92b927a2cdeaa2a35a149e55cc07 | |
parent | 6418925464f02e20c8d3498c3d9c5391d7566254 (diff) | |
download | numpy-fddf1e045a4ad0dd77795d74f18f8a64bb40b019.tar.gz |
BLD: add new test extensions (rational, struct_ufunc, operand_flag) to Bento build.
-rw-r--r-- | numpy/core/bento.info | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/numpy/core/bento.info b/numpy/core/bento.info index bda64d474..cad7ffe8c 100644 --- a/numpy/core/bento.info +++ b/numpy/core/bento.info @@ -32,3 +32,12 @@ Library: Extension: _dotblas Sources: blasdot/_dotblas.c + Extension: test_rational + Sources: + src/umath/test_rational.c.src + Extension: struct_ufunc_test + Sources: + src/umath/struct_ufunc_test.c.src + Extension: operand_flag_tests + Sources: + src/umath/operand_flag_tests.c.src |