summaryrefslogtreecommitdiff
path: root/modules/ldexp-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-01-25 02:09:33 +0100
committerBruno Haible <bruno@clisp.org>2010-01-25 02:09:33 +0100
commit97bf2776a9598318b077991bf3914bcdf5a9fe28 (patch)
treebb67ec366b76acd81215265c16fbf520debe74ec /modules/ldexp-tests
parent84ed6a0925768b95d2c7249f08841ffabcd97076 (diff)
downloadgnulib-97bf2776a9598318b077991bf3914bcdf5a9fe28.tar.gz
Tests for module 'ldexp'.
Diffstat (limited to 'modules/ldexp-tests')
-rw-r--r--modules/ldexp-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/ldexp-tests b/modules/ldexp-tests
new file mode 100644
index 0000000000..e5d796cb1c
--- /dev/null
+++ b/modules/ldexp-tests
@@ -0,0 +1,13 @@
+Files:
+tests/test-ldexp.c
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-ldexp
+check_PROGRAMS += test-ldexp
+test_ldexp_LDADD = $(LDADD) @LDEXP_LIBM@