Mercurial > hg > octave-shane > gnulib-hg
diff modules/ceil-tests @ 13975:0af73906c87a
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.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 21 Dec 2010 17:28:25 +0100 |
parents | |
children | 328819af1c02 |
line wrap: on
line diff
new file mode 100644 --- /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@