diff options
author | Bruno Haible <bruno@clisp.org> | 2010-12-21 17:28:25 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-12-21 17:28:25 +0100 |
commit | fe2a2304a8635cdaabe93e4f5e49960bec1512b1 (patch) | |
tree | b3e9a32ca2c624090c7f6c4efab45296d7ec91ef /modules | |
parent | de3f6e3f012bbaa9e536592318d5925a12bb2288 (diff) | |
download | gnulib-fe2a2304a8635cdaabe93e4f5e49960bec1512b1.tar.gz |
Tests for module 'ceil'.
* modules/ceil-tests: New file.
* tests/test-ceil1.c: New file, based on tests/test-ceill.c.
* tests/test-ceil2.c: New file, based on tests/test-ceilf2.c.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/ceil-tests | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/ceil-tests b/modules/ceil-tests new file mode 100644 index 0000000000..2a168b5223 --- /dev/null +++ b/modules/ceil-tests @@ -0,0 +1,21 @@ +Files: +tests/test-ceil1.c +tests/test-ceil2.c +tests/minus-zero.h +tests/nan.h +tests/signature.h +tests/macros.h + +Depends-on: +float +isnand-nolibm +stdbool +stdint + +configure.ac: + +Makefile.am: +TESTS += test-ceil1 test-ceil2 +check_PROGRAMS += test-ceil1 test-ceil2 +test_ceil1_LDADD = $(LDADD) @CEIL_LIBM@ +test_ceil2_LDADD = $(LDADD) @CEIL_LIBM@ |