diff tests/test-frexpl.c @ 16559:b576f9917ed1

frexp* tests: More tests. * tests/test-frexp.h (test_function): Add some pseudo-randomized tests. * tests/test-frexp.c (RANDOM): New macro. * tests/test-frexpf.c (RANDOM): New macro. * tests/test-frexpl.c (RANDOM): New macro. * modules/frexp-tests (Files): Add tests/randomd.c. (Makefile.am): Add randomd.c to test_frexp_SOURCES. * modules/frexpf-tests (Files): Add tests/randomf.c. (Makefile.am): Add randomf.c to test_frexpf_SOURCES. * modules/frexpl-tests (Files): Add tests/randoml.c. (Makefile.am): Add randoml.c to test_frexpl_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Sat, 03 Mar 2012 14:28:03 +0100
parents b0b6262e2d8e
children e542fd46ad6f
line wrap: on
line diff
--- a/tests/test-frexpl.c
+++ b/tests/test-frexpl.c
@@ -62,6 +62,7 @@
 # define MIN_NORMAL_EXP LDBL_MIN_EXP
 #endif
 #define FREXP frexpl
+#define RANDOM randoml
 #include "test-frexp.h"
 
 int