summaryrefslogtreecommitdiff
path: root/modules/logbf-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-04-03 04:45:53 +0200
committerBruno Haible <bruno@clisp.org>2012-04-03 14:03:14 +0200
commit96f114731b7af0b45b563012d57dfe008652102c (patch)
tree0f013fded03673b9011310850bafdf3d3c666eeb /modules/logbf-tests
parent6c8149d7e17e4cbc70c3a777b746ac42fb3f8d5c (diff)
downloadgnulib-96f114731b7af0b45b563012d57dfe008652102c.tar.gz
Tests for module 'logbf'.
* modules/logbf-tests: New file. * tests/test-logbf.c: New file.
Diffstat (limited to 'modules/logbf-tests')
-rw-r--r--modules/logbf-tests17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/logbf-tests b/modules/logbf-tests
new file mode 100644
index 0000000000..7f84bd0c48
--- /dev/null
+++ b/modules/logbf-tests
@@ -0,0 +1,17 @@
+Files:
+tests/test-logbf.c
+tests/test-logb.h
+tests/minus-zero.h
+tests/signature.h
+tests/macros.h
+tests/randomf.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-logbf
+check_PROGRAMS += test-logbf
+test_logbf_SOURCES = test-logbf.c randomf.c
+test_logbf_LDADD = $(LDADD) @LOGBF_LIBM@