view modules/roundf-tests @ 11551:957a85702f2b

Fix test-file-has-acl on FreeBSD.
author David Bartley <dtbartle@csclub.uwaterloo.ca>
date Mon, 04 May 2009 12:19:25 +0200
parents baba3b346ab2
children 33ab12a7cea2
line wrap: on
line source

Files:
tests/test-roundf1.c
tests/test-round2.c
tests/test-roundf2.c
tests/nan.h

Depends-on:
ceilf
floorf
isnanf-nolibm
stdbool
stdint
fprintf-posix
verify

configure.ac:

Makefile.am:
TESTS += test-roundf1 test-roundf2
check_PROGRAMS += test-roundf1 test-roundf2
test_roundf1_LDADD = $(LDADD) @ROUNDF_LIBM@
test_roundf2_LDADD = $(LDADD) @ROUNDF_LIBM@

License:
LGPL