summaryrefslogtreecommitdiff
path: root/modules/ilogbl-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ilogbl-tests')
-rw-r--r--modules/ilogbl-tests19
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/ilogbl-tests b/modules/ilogbl-tests
new file mode 100644
index 0000000000..af350d2878
--- /dev/null
+++ b/modules/ilogbl-tests
@@ -0,0 +1,19 @@
+Files:
+tests/test-ilogbl.c
+tests/test-ilogb.h
+tests/minus-zero.h
+tests/infinity.h
+tests/nan.h
+tests/signature.h
+tests/macros.h
+tests/randoml.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-ilogbl
+check_PROGRAMS += test-ilogbl
+test_ilogbl_SOURCES = test-ilogbl.c randoml.c
+test_ilogbl_LDADD = $(LDADD) @ILOGBL_LIBM@