view modules/log1p-tests @ 14730:f0a9a2cd267c

fclose: preserve fflush errors Caught by gcc -Werror=unused-but-set-variable. * lib/fclose.c (rpl_fclose): Don't lose fflush errors. Reported by Jim Meyering. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Wed, 11 May 2011 11:35:06 -0600
parents ac3214c3de2b
children a7869cc6ce1f
line wrap: on
line source

Files:
tests/test-log1p.c
tests/signature.h
tests/macros.h

Depends-on:

configure.ac:

Makefile.am:
TESTS += test-log1p
check_PROGRAMS += test-log1p
test_log1p_LDADD = $(LDADD) @LOG1P_LIBM@