summaryrefslogtreecommitdiff
path: root/modules/tanh-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-01-25 02:21:44 +0100
committerBruno Haible <bruno@clisp.org>2010-01-25 02:21:44 +0100
commit3ebb13c313998a3c39c8d1c18475790e65e59abc (patch)
treedba3988a2a9eea83bc6212901f06bb7c4f2bc6a3 /modules/tanh-tests
parent4f853c738dcae9d2433d03137bea04740ee3c15b (diff)
downloadgnulib-3ebb13c313998a3c39c8d1c18475790e65e59abc.tar.gz
Tests for module 'tanh'.
Diffstat (limited to 'modules/tanh-tests')
-rw-r--r--modules/tanh-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/tanh-tests b/modules/tanh-tests
new file mode 100644
index 0000000000..9e098c3152
--- /dev/null
+++ b/modules/tanh-tests
@@ -0,0 +1,13 @@
+Files:
+tests/test-tanh.c
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-tanh
+check_PROGRAMS += test-tanh
+test_tanh_LDADD = $(LDADD) @TANH_LIBM@