summaryrefslogtreecommitdiff
path: root/modules/ilogbl-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-04-03 21:59:23 +0200
committerBruno Haible <bruno@clisp.org>2012-04-03 21:59:23 +0200
commite97d200f70b9bc95a0fc0c6c5ed0bec2cb1a036e (patch)
tree06f4a9770c963b884aa4bf6d54065265cadc13f0 /modules/ilogbl-tests
parent811b6ef05c574d054648a2f41bc5a2efc92f5371 (diff)
downloadgnulib-e97d200f70b9bc95a0fc0c6c5ed0bec2cb1a036e.tar.gz
Tests for module 'ilogbl'.
* modules/ilogbl-tests: New file. * tests/test-ilogbl.c: New file.
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@