view modules/ceilf-tests @ 30149:0cf6e1d053fa

Allow 3-digit exponents in %e and %g results on 'long double'.
author Bruno Haible <bruno@clisp.org>
date Sun, 21 Sep 2008 17:17:43 +0200
parents b33f34454211
children 33ab12a7cea2
line wrap: on
line source

Files:
tests/test-ceilf1.c
tests/test-ceilf2.c
tests/nan.h

Depends-on:
float
isnanf-nolibm
stdbool
stdint
fprintf-posix

configure.ac:

Makefile.am:
TESTS += test-ceilf1 test-ceilf2
check_PROGRAMS += test-ceilf1 test-ceilf2
test_ceilf1_LDADD = $(LDADD) @CEILF_LIBM@
test_ceilf2_LDADD = $(LDADD) @CEILF_LIBM@

License:
LGPL