view modules/pipe-filter-gi-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 03aab12b3f15
children
line wrap: on
line source

Files:
tests/test-pipe-filter-gi1.sh
tests/test-pipe-filter-gi1.c
tests/test-vasnprintf-posix.c
tests/test-pipe-filter-gi2.sh
tests/test-pipe-filter-gi2-main.c
tests/test-pipe-filter-gi2-child.c
tests/macros.h

Depends-on:
binary-io
c-ctype
read-file
full-write
usleep
progname

configure.ac:

Makefile.am:
TESTS += test-pipe-filter-gi1.sh test-pipe-filter-gi2.sh
check_PROGRAMS += test-pipe-filter-gi1 test-pipe-filter-gi2-main test-pipe-filter-gi2-child
test_pipe_filter_gi1_LDADD = $(LDADD) @LIBINTL@
test_pipe_filter_gi2_main_LDADD = $(LDADD) @LIBINTL@