From: Bruno Haible Date: Sat, 24 Sep 2011 15:05:34 +0000 (+0200) Subject: Activate fputc tests. X-Git-Tag: v0.1~1755 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=65cc817630059f59644c25303c099452961e243f;p=gnulib.git Activate fputc tests. * modules/stdio-tests (Depends-on): Add fputc-tests. --- diff --git a/ChangeLog b/ChangeLog index 247b767fa..4696e6632 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-09-24 Bruno Haible + Activate fputc tests. + * modules/stdio-tests (Depends-on): Add fputc-tests. + Enhance fgetc, fputc tests. * tests/test-fgetc.c (main): Also test the stream's error indicator. * tests/test-fputc.c (main): Likewise. diff --git a/modules/stdio-tests b/modules/stdio-tests index 6cb9eac79..6649a49eb 100644 --- a/modules/stdio-tests +++ b/modules/stdio-tests @@ -5,6 +5,7 @@ Depends-on: verify stdio-c++-tests fgetc-tests +fputc-tests configure.ac: