summaryrefslogtreecommitdiff
path: root/modules/hypot-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-01-25 02:06:16 +0100
committerBruno Haible <bruno@clisp.org>2010-01-25 02:06:16 +0100
commit278046bc2b1679664958c842e8495d01f6baf170 (patch)
tree4758f45c078cb9d7a3ec1fb6e1f226356dff7584 /modules/hypot-tests
parent8d0a40fc96fd7459e94ba316ae1dc7bd082ebc7e (diff)
downloadgnulib-278046bc2b1679664958c842e8495d01f6baf170.tar.gz
Tests for module 'hypot'.
Diffstat (limited to 'modules/hypot-tests')
-rw-r--r--modules/hypot-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/hypot-tests b/modules/hypot-tests
new file mode 100644
index 0000000000..f4b65d05d3
--- /dev/null
+++ b/modules/hypot-tests
@@ -0,0 +1,13 @@
+Files:
+tests/test-hypot.c
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-hypot
+check_PROGRAMS += test-hypot
+test_hypot_LDADD = $(LDADD) @HYPOT_LIBM@