summaryrefslogtreecommitdiff
path: root/modules/modff-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-10-06 02:49:48 +0200
committerBruno Haible <bruno@clisp.org>2011-10-06 02:49:48 +0200
commit881b57204cd633507c3342cdc3a1a1358c59d562 (patch)
tree0e19544d23c187d9c58b61be806b38495e1dd374 /modules/modff-tests
parent7dcf3dfac3a1451f81d19494cca65c33428fe8c4 (diff)
downloadgnulib-881b57204cd633507c3342cdc3a1a1358c59d562.tar.gz
Tests for module 'modff'.
* modules/modff-tests: New file. * tests/test-modff.c: New file.
Diffstat (limited to 'modules/modff-tests')
-rw-r--r--modules/modff-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/modff-tests b/modules/modff-tests
new file mode 100644
index 0000000000..9d35b7321b
--- /dev/null
+++ b/modules/modff-tests
@@ -0,0 +1,13 @@
+Files:
+tests/test-modff.c
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-modff
+check_PROGRAMS += test-modff
+test_modff_LDADD = $(LDADD) @MODFF_LIBM@