summaryrefslogtreecommitdiff
path: root/modules/floorf-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-05 03:02:59 +0200
committerBruno Haible <bruno@clisp.org>2007-10-05 03:02:59 +0200
commit8e4a7458b161eb2d65182f24119b17f395f2fbbe (patch)
treed56b1c24b3b5d786b1cbabf70d6a677e1a2aef8f /modules/floorf-tests
parentab044c631f6655cfacc8ea4b1383f0cb7740326f (diff)
downloadgnulib-8e4a7458b161eb2d65182f24119b17f395f2fbbe.tar.gz
Test for module 'floorf'.
Diffstat (limited to 'modules/floorf-tests')
-rw-r--r--modules/floorf-tests14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/floorf-tests b/modules/floorf-tests
new file mode 100644
index 0000000000..bc9e0d3ba4
--- /dev/null
+++ b/modules/floorf-tests
@@ -0,0 +1,14 @@
+Files:
+tests/test-floorf.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-floorf
+check_PROGRAMS += test-floorf
+test_floorf_LDADD = $(LDADD) @FLOORF_LIBM@
+
+License:
+LGPL