summaryrefslogtreecommitdiff
path: root/modules/expm1l-ieee-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-03-07 00:50:22 +0100
committerBruno Haible <bruno@clisp.org>2012-03-07 00:50:22 +0100
commitc41a44ca405cc1d885fdbbcd5e41ae94bbee1d7e (patch)
tree61d82155d5a0f531291b2778466ad99f87c8fae4 /modules/expm1l-ieee-tests
parent1f7ca4c3c642d27f5f9afd63c5cfb7ba93e72c27 (diff)
downloadgnulib-c41a44ca405cc1d885fdbbcd5e41ae94bbee1d7e.tar.gz
Tests for module 'expm1l-ieee'.
* modules/expm1l-ieee-tests: New file. * tests/test-expm1l-ieee.c: New file.
Diffstat (limited to 'modules/expm1l-ieee-tests')
-rw-r--r--modules/expm1l-ieee-tests19
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/expm1l-ieee-tests b/modules/expm1l-ieee-tests
new file mode 100644
index 0000000000..f0f3029d01
--- /dev/null
+++ b/modules/expm1l-ieee-tests
@@ -0,0 +1,19 @@
+Files:
+tests/test-expm1l-ieee.c
+tests/test-expm1-ieee.h
+tests/minus-zero.h
+tests/infinity.h
+tests/nan.h
+tests/macros.h
+
+Depends-on:
+isnanl-nolibm
+float
+signbit
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-expm1l-ieee
+check_PROGRAMS += test-expm1l-ieee
+test_expm1l_ieee_LDADD = $(LDADD) @EXPM1L_LIBM@