summaryrefslogtreecommitdiff
path: root/modules/logbf-tests
diff options
context:
space:
mode:
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@