Tests for module 'frexp-nolibm'.
authorBruno Haible <bruno@clisp.org>
Sat, 3 Nov 2007 15:36:58 +0000 (16:36 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 3 Nov 2007 15:36:58 +0000 (16:36 +0100)
ChangeLog
modules/frexp-nolibm-tests [new file with mode: 0644]

index c83dca1ec1495bcf124f899002ceefec3e75b6a1..ede86ddbde8d06b0ab5dfc71d7484edbd2161bbf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-11-03  Bruno Haible  <bruno@clisp.org>
 
+       * modules/frexp-nolibm-tests: New file.
+
        * modules/frexp-nolibm: New file.
        * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
 
diff --git a/modules/frexp-nolibm-tests b/modules/frexp-nolibm-tests
new file mode 100644 (file)
index 0000000..c1a93da
--- /dev/null
@@ -0,0 +1,15 @@
+Files:
+tests/test-frexp.c
+
+Depends-on:
+isnan-nolibm
+signbit
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-frexp
+check_PROGRAMS += test-frexp
+
+License:
+LGPL