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