diff options
Diffstat (limited to 'math/test-math-no-inline.h')
-rw-r--r-- | math/test-math-no-inline.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/test-math-no-inline.h b/math/test-math-no-inline.h index ad765da0ae..87b7094d57 100644 --- a/math/test-math-no-inline.h +++ b/math/test-math-no-inline.h @@ -16,6 +16,9 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#define TEST_INLINE 0 +#define TEST_EXCEPTIONS 1 + #ifndef __NO_MATH_INLINES # define __NO_MATH_INLINES #endif |