summaryrefslogtreecommitdiff
path: root/modules/expf-ieee-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-03-01 11:38:42 +0100
committerBruno Haible <bruno@clisp.org>2012-03-01 11:38:42 +0100
commit0bd8c940519b088c5b2aee88dd03c69e10916aab (patch)
treecd8e89e8537b011ea074536abe0bcac93f931f94 /modules/expf-ieee-tests
parent2675764af6c2add0eeadad5496952b34f39e2f66 (diff)
downloadgnulib-0bd8c940519b088c5b2aee88dd03c69e10916aab.tar.gz
Tests for module 'expf-ieee'.
* modules/expf-ieee-tests: New file. * tests/test-expf-ieee.c: New file. * tests/test-exp-ieee.h: New file.
Diffstat (limited to 'modules/expf-ieee-tests')
-rw-r--r--modules/expf-ieee-tests19
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/expf-ieee-tests b/modules/expf-ieee-tests
new file mode 100644
index 0000000000..582824cc7e
--- /dev/null
+++ b/modules/expf-ieee-tests
@@ -0,0 +1,19 @@
+Files:
+tests/test-expf-ieee.c
+tests/test-exp-ieee.h
+tests/minus-zero.h
+tests/infinity.h
+tests/nan.h
+tests/macros.h
+
+Depends-on:
+isnanf-nolibm
+float
+signbit
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-expf-ieee
+check_PROGRAMS += test-expf-ieee
+test_expf_ieee_LDADD = $(LDADD) @EXPF_LIBM@