diff modules/roundl-ieee-tests @ 13988:46007e663235

New module 'roundl-ieee'. * modules/roundl-ieee: New file. * m4/roundl.m4 (gl_FUNC_ROUNDL): If gl_FUNC_ROUNDL_IEEE is also used, test whether roundl works according to ISO C 99 with IEC 60559. * m4/roundl-ieee.m4: New file. * modules/roundl-ieee-tests: New file. * tests/test-roundl-ieee.c: New file, based on tests/test-roundl.c. * tests/test-roundl.c (main): Remove signbit tests. * modules/roundl-tests (Depends-on): Remove signbit. * doc/posix-functions/roundl.texi: Mention the new module.
author Bruno Haible <bruno@clisp.org>
date Tue, 21 Dec 2010 22:27:02 +0100 (2010-12-21)
parents
children ddc2bee9e4f8
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/modules/roundl-ieee-tests
@@ -0,0 +1,15 @@
+Files:
+tests/test-roundl-ieee.c
+tests/minus-zero.h
+tests/macros.h
+
+Depends-on:
+float
+signbit
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-roundl-ieee
+check_PROGRAMS += test-roundl-ieee
+test_roundl_ieee_LDADD = $(LDADD) @ROUNDL_LIBM@