view modules/fmaf-tests @ 40171:fbfa1d6417d9

strtod, strtold tests: Simplify tests. * tests/test-strtod.c (main): Assume no rounding errors for 0.5. * tests/test-strtold.c (main): Likewise.
author Bruno Haible <bruno@clisp.org>
date Fri, 01 Feb 2019 02:51:20 +0100
parents cff43a01d7dc
children
line wrap: on
line source

Files:
tests/test-fmaf1.c
tests/test-fma1.h
tests/test-fmaf2.c
tests/test-fma2.h
tests/infinity.h
tests/nan.h
tests/signature.h
tests/macros.h
lib/float+.h

Depends-on:
float
isnanf-nolibm
ldexpf

configure.ac:

Makefile.am:
TESTS += test-fmaf1 test-fmaf2
check_PROGRAMS += test-fmaf1 test-fmaf2
test_fmaf1_LDADD = $(LDADD) @FMAF_LIBM@
test_fmaf2_LDADD = $(LDADD) @FMAF_LIBM@ @LDEXPF_LIBM@