summaryrefslogtreecommitdiff
path: root/modules/fabsf-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-10-06 00:16:53 +0200
committerBruno Haible <bruno@clisp.org>2011-10-06 00:16:53 +0200
commitc022f617aaf9b31970c0497686db74e510e38c2a (patch)
tree3fd47f6f41f431f8699a2fe9644b4783c4c2ed44 /modules/fabsf-tests
parent7f26f4f75fc3aee7a5e351ecdf05278d9890ff3e (diff)
downloadgnulib-c022f617aaf9b31970c0497686db74e510e38c2a.tar.gz
Tests for module 'fabsf'.
* modules/fabsf-tests: New file. * tests/test-fabsf.c: New file.
Diffstat (limited to 'modules/fabsf-tests')
-rw-r--r--modules/fabsf-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/fabsf-tests b/modules/fabsf-tests
new file mode 100644
index 0000000000..2b8a10de1f
--- /dev/null
+++ b/modules/fabsf-tests
@@ -0,0 +1,13 @@
+Files:
+tests/test-fabsf.c
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-fabsf
+check_PROGRAMS += test-fabsf
+test_fabsf_LDADD = $(LDADD) @FABSF_LIBM@