view modules/floorf-tests @ 33529:1b9054b68aac

tests: require working signbit * modules/ceilf-tests (Depends-on): Add signbit. * modules/ceill-tests (Depends-on): Likewise. * modules/floorf-tests (Depends-on): Likewise. * modules/floorl-tests (Depends-on): Likewise. * modules/round-tests (Depends-on): Likewise. * modules/roundf-tests (Depends-on): Likewise. * modules/roundl-tests (Depends-on): Likewise. * modules/trunc-tests (Depends-on): Likewise. * modules/truncf-tests (Depends-on): Likewise. * modules/truncl-tests (Depends-on): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Fri, 05 Nov 2010 11:04:15 -0600
parents b3da23a2d4ca
children dcd86f222143
line wrap: on
line source

Files:
tests/test-floorf1.c
tests/test-floorf2.c
tests/minus-zero.h
tests/nan.h
tests/signature.h
tests/macros.h

Depends-on:
float
isnanf-nolibm
signbit
stdbool
stdint

configure.ac:

Makefile.am:
TESTS += test-floorf1 test-floorf2
check_PROGRAMS += test-floorf1 test-floorf2
test_floorf1_LDADD = $(LDADD) @FLOORF_LIBM@
test_floorf2_LDADD = $(LDADD) @FLOORF_LIBM@