summaryrefslogtreecommitdiff
path: root/tests/test-frexpl.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-24 21:01:42 +0100
committerBruno Haible <bruno@clisp.org>2009-12-24 21:01:42 +0100
commit987e5651e8d1c5aa933c9ce88562806af4093702 (patch)
tree4a7d023ba4f5f6c20bc5a1b68ab678e934afc4b0 /tests/test-frexpl.c
parenteffbadc5cdd5c424f97367d66297e0e2aa057d63 (diff)
downloadgnulib-987e5651e8d1c5aa933c9ce88562806af4093702.tar.gz
Refactor common macros used in tests.
Diffstat (limited to 'tests/test-frexpl.c')
-rw-r--r--tests/test-frexpl.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/test-frexpl.c b/tests/test-frexpl.c
index 7b7ec53941..f67319426c 100644
--- a/tests/test-frexpl.c
+++ b/tests/test-frexpl.c
@@ -24,30 +24,17 @@
SIGNATURE_CHECK (frexpl, long double, (long double, int *));
#include <float.h>
-#include <stdio.h>
-#include <stdlib.h>
#include "fpucw.h"
#include "isnanl-nolibm.h"
#include "nan.h"
+#include "macros.h"
/* Avoid some warnings from "gcc -Wshadow".
This file doesn't use the exp() function. */
#undef exp
#define exp exponent
-#define ASSERT(expr) \
- do \
- { \
- if (!(expr)) \
- { \
- fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \
- fflush (stderr); \
- abort (); \
- } \
- } \
- while (0)
-
/* On MIPS IRIX machines, LDBL_MIN_EXP is -1021, but the smallest reliable
exponent for 'long double' is -964. Similarly, on PowerPC machines,
LDBL_MIN_EXP is -1021, but the smallest reliable exponent for 'long double'