summaryrefslogtreecommitdiff
path: root/modules/log1p-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-01-25 02:11:30 +0100
committerBruno Haible <bruno@clisp.org>2010-01-25 02:11:30 +0100
commite1285dfb1573b8fadfffd450b0456be1f285b382 (patch)
treec5fa1d325fb32adfe590212f754580286fc4b8e6 /modules/log1p-tests
parentc577c5fbb8fd12c6858742dbdff1bd4b7b1e64dc (diff)
downloadgnulib-e1285dfb1573b8fadfffd450b0456be1f285b382.tar.gz
Tests for module 'log1p'.
Diffstat (limited to 'modules/log1p-tests')
-rw-r--r--modules/log1p-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/log1p-tests b/modules/log1p-tests
new file mode 100644
index 0000000000..f0fff097b5
--- /dev/null
+++ b/modules/log1p-tests
@@ -0,0 +1,13 @@
+Files:
+tests/test-log1p.c
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-log1p
+check_PROGRAMS += test-log1p
+test_log1p_LDADD = $(LDADD) @LOG1P_LIBM@