view modules/sqrtl-tests @ 16570:91377475ee5d

sqrt* tests: More tests. * tests/test-sqrt.h: New file. * tests/test-sqrt.c: Include <float.h> and test-sqrt.h. (main): Invoke test_function. * tests/test-sqrtf.c: Include <float.h> and test-sqrt.h. (main): Invoke test_function. * tests/test-sqrtl.c: Include <float.h> and test-sqrt.h. (main): Invoke test_function. * modules/sqrt-tests (Files): Add tests/test-sqrt.h, tests/randomd.c. (Makefile.am): Add randomd.c to test_sqrt_SOURCES. * modules/sqrtf-tests (Files): Add tests/test-sqrt.h, tests/randomf.c. (Makefile.am): Add randomf.c to test_sqrtf_SOURCES. * modules/sqrtl-tests (Files): Add tests/test-sqrt.h, tests/randoml.c. (Depends-on): Add 'float'. (Makefile.am): Add randoml.c to test_sqrtl_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Mon, 05 Mar 2012 02:14:30 +0100
parents 5d881685b163
children
line wrap: on
line source

Files:
tests/test-sqrtl.c
tests/test-sqrt.h
tests/signature.h
tests/macros.h
tests/randoml.c

Depends-on:
fpucw
float

configure.ac:

Makefile.am:
TESTS += test-sqrtl
check_PROGRAMS += test-sqrtl
test_sqrtl_SOURCES = test-sqrtl.c randoml.c
test_sqrtl_LDADD = $(LDADD) @SQRTL_LIBM@