summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-22 04:02:05 +0000
committerBruno Haible <bruno@clisp.org>2007-03-22 04:02:05 +0000
commitf7596f4295deabc3d1c21d495bfa03dc2e958738 (patch)
tree59618ef48b9419e6664e174607007f718661e8ae /modules
parentffa7dae3061b0b0870da00f1f88d44e61cd4c3e2 (diff)
downloadgnulib-f7596f4295deabc3d1c21d495bfa03dc2e958738.tar.gz
Tests for module 'frexp'.
Diffstat (limited to 'modules')
-rw-r--r--modules/frexp-tests15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/frexp-tests b/modules/frexp-tests
new file mode 100644
index 0000000000..2f4abae7fc
--- /dev/null
+++ b/modules/frexp-tests
@@ -0,0 +1,15 @@
+Files:
+tests/test-frexp.c
+
+Depends-on:
+
+configure.ac:
+AC_SUBST([FREXP_LIBM])
+
+Makefile.am:
+TESTS += test-frexp
+check_PROGRAMS += test-frexp
+test_frexp_LDADD = @FREXP_LIBM@ $(LDADD)
+
+License:
+LGPL