diff modules/modf-ieee-tests @ 16464:2a3849cfe7b9

Tests for module 'modf-ieee'. * modules/modf-ieee-tests: New file. * tests/test-modf-ieee.c: New file.
author Bruno Haible <bruno@clisp.org>
date Sun, 26 Feb 2012 17:55:21 +0100
parents
children
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/modules/modf-ieee-tests
@@ -0,0 +1,19 @@
+Files:
+tests/test-modf-ieee.c
+tests/test-modf-ieee.h
+tests/minus-zero.h
+tests/infinity.h
+tests/nan.h
+tests/macros.h
+
+Depends-on:
+isnand-nolibm
+float
+signbit
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-modf-ieee
+check_PROGRAMS += test-modf-ieee
+test_modf_ieee_LDADD = $(LDADD) @MODF_LIBM@