summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--modules/frexpl-nolibm-tests16
2 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 908caf6b0f..35ca2f4743 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-05-18 Bruno Haible <bruno@clisp.org>
+ * modules/frexpl-nolibm-tests: New file.
+
* modules/frexpl-nolibm: New file.
* m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
diff --git a/modules/frexpl-nolibm-tests b/modules/frexpl-nolibm-tests
new file mode 100644
index 0000000000..572265d077
--- /dev/null
+++ b/modules/frexpl-nolibm-tests
@@ -0,0 +1,16 @@
+Files:
+tests/test-frexpl.c
+
+Depends-on:
+fpucw
+isnanl-nolibm
+signbit
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-frexpl
+check_PROGRAMS += test-frexpl
+
+License:
+LGPL