view modules/rintf-tests @ 16563:446b5d1c7986

rint* tests: More tests. * tests/test-rint.h: New file, partially extracted from tests/test-rintl.c. * tests/test-rint.c: Include test-rint.h. (main): Invoke test_function. * tests/test-rintf.c: Include test-rint.h. (main): Invoke test_function. * tests/test-rintl.c: Include test-rint.h. (main): Invoke test_function. * modules/rint-tests (Files): Add tests/test-rint.h, tests/randomd.c. (Makefile.am): Add randomd.c to test_rint_SOURCES. * modules/rintf-tests (Files): Add tests/test-rint.h, tests/randomf.c. (Makefile.am): Add randomf.c to test_rintf_SOURCES. * modules/rintl-tests (Files): Add tests/test-rint.h, tests/randoml.c. (Makefile.am): Add randoml.c to test_rintl_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Sat, 03 Mar 2012 17:17:19 +0100
parents 0725eaabfc4c
children
line wrap: on
line source

Files:
tests/test-rintf.c
tests/test-rint.h
tests/minus-zero.h
tests/infinity.h
tests/nan.h
tests/signature.h
tests/macros.h
tests/randomf.c

Depends-on:
isnanf-nolibm

configure.ac:

Makefile.am:
TESTS += test-rintf
check_PROGRAMS += test-rintf
test_rintf_SOURCES = test-rintf.c randomf.c
test_rintf_LDADD = $(LDADD) @RINTF_LIBM@