summaryrefslogtreecommitdiff
path: root/modules/cbrtf-ieee-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-03-01 03:02:24 +0100
committerBruno Haible <bruno@clisp.org>2012-03-01 03:37:11 +0100
commitef2fae88a2c4c3bf8389133a27003b45be018b2c (patch)
tree7ef187ddae90334624157e92c03ab068c4099c9d /modules/cbrtf-ieee-tests
parentb71ef8c3aa6b74f6189a594b5d172623b53b2d00 (diff)
downloadgnulib-ef2fae88a2c4c3bf8389133a27003b45be018b2c.tar.gz
Tests for module 'cbrtf-ieee'.
* modules/cbrtf-ieee-tests: New file. * tests/test-cbrtf-ieee.c: New file. * tests/test-cbrt-ieee.h: New file.
Diffstat (limited to 'modules/cbrtf-ieee-tests')
-rw-r--r--modules/cbrtf-ieee-tests19
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/cbrtf-ieee-tests b/modules/cbrtf-ieee-tests
new file mode 100644
index 0000000000..abf8e0a4b0
--- /dev/null
+++ b/modules/cbrtf-ieee-tests
@@ -0,0 +1,19 @@
+Files:
+tests/test-cbrtf-ieee.c
+tests/test-cbrt-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-cbrtf-ieee
+check_PROGRAMS += test-cbrtf-ieee
+test_cbrtf_ieee_LDADD = $(LDADD) @CBRTF_LIBM@