From: Bruno Haible <bruno@clisp.org>
Date: Sat, 24 Sep 2011 15:05:34 +0000 (+0200)
Subject: Activate fputc tests.
X-Git-Tag: v0.1~1755
X-Git-Url: https://gitweb.git.savannah.gnu.org/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 247b767fab..4696e66322 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-09-24  Bruno Haible  <bruno@clisp.org>
 
+	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 6cb9eac79f..6649a49eba 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: