view modules/remainderl-tests @ 16569:1f283a634cf1

remainder* tests: More tests. * tests/test-remainder.h: New file, based on tests/test-fmod.h. * tests/test-remainder.c: Include <float.h> and test-remainder.h. (main): Invoke test_function. * tests/test-remainderf.c: Include <float.h> and test-remainder.h. (main): Invoke test_function. * tests/test-remainderl.c: Include <float.h> and test-remainder.h. (main): Invoke test_function. * modules/remainder-tests (Files): Add tests/test-remainder.h, tests/randomd.c. (Makefile.am): Add randomd.c to test_remainder_SOURCES. * modules/remainderf-tests (Files): Add tests/test-remainder.h, tests/randomf.c. (Makefile.am): Add randomf.c to test_remainderf_SOURCES. * modules/remainderl-tests (Files): Add tests/test-remainder.h, tests/randoml.c. (Depends-on): Add 'float'. (Makefile.am): Add randoml.c to test_remainderl_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Sun, 04 Mar 2012 23:07:45 +0100
parents 7d97985fae86
children
line wrap: on
line source

Files:
tests/test-remainderl.c
tests/test-remainder.h
tests/signature.h
tests/macros.h
tests/randoml.c

Depends-on:
fpucw
float

configure.ac:

Makefile.am:
TESTS += test-remainderl
check_PROGRAMS += test-remainderl
test_remainderl_SOURCES = test-remainderl.c randoml.c
test_remainderl_LDADD = $(LDADD) @REMAINDERL_LIBM@