summaryrefslogtreecommitdiff
path: root/modules/log10l-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-02-26 00:43:21 +0100
committerBruno Haible <bruno@clisp.org>2012-02-26 00:43:21 +0100
commit1023ebbce80dcb7dba0b10da7f6a0b5d90bcf27f (patch)
tree2e9dae3c7430fcfbed68b9478d252d96dbb845bc /modules/log10l-tests
parent57649867fd53a99f547e0d4ad6bb19b21330516c (diff)
downloadgnulib-1023ebbce80dcb7dba0b10da7f6a0b5d90bcf27f.tar.gz
Tests for module 'log10l'.
* modules/log10l-tests: New file. * tests/test-log10l.c: New file. * tests/test-math-c++.cc: Check the declaration of log10l.
Diffstat (limited to 'modules/log10l-tests')
-rw-r--r--modules/log10l-tests14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/log10l-tests b/modules/log10l-tests
new file mode 100644
index 0000000000..ad61ed63c7
--- /dev/null
+++ b/modules/log10l-tests
@@ -0,0 +1,14 @@
+Files:
+tests/test-log10l.c
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+fpucw
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-log10l
+check_PROGRAMS += test-log10l
+test_log10l_LDADD = $(LDADD) @LOG10L_LIBM@