summaryrefslogtreecommitdiff
path: root/modules/round-tests
diff options
context:
space:
mode:
authorBen Pfaff <blp@cs.stanford.edu>2007-10-20 13:08:26 -0700
committerBen Pfaff <blp@cs.stanford.edu>2007-10-20 13:08:26 -0700
commit980d2709cea1e46299cb5b4f74f7c7a95d07ef06 (patch)
tree583de12457ed658055feba92a97f6d0257135e0e /modules/round-tests
parent36454274190b141a37308d9b266b3d0b68a71694 (diff)
downloadgnulib-980d2709cea1e46299cb5b4f74f7c7a95d07ef06.tar.gz
Implement 'round', 'roundf', 'roundl' modules.
Diffstat (limited to 'modules/round-tests')
-rw-r--r--modules/round-tests21
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/round-tests b/modules/round-tests
new file mode 100644
index 0000000000..d061431f19
--- /dev/null
+++ b/modules/round-tests
@@ -0,0 +1,21 @@
+Files:
+tests/test-round1.c
+tests/test-round2.c
+
+Depends-on:
+isnan-nolibm
+stdbool
+stdint
+fprintf-posix
+verify
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-round1 test-round2
+check_PROGRAMS += test-round1 test-round2
+test_round1_LDADD = $(LDADD) @ROUND_LIBM@
+test_round2_LDADD = $(LDADD) @ROUND_LIBM@
+
+License:
+LGPL