summaryrefslogtreecommitdiff
path: root/testsuite/Makefile.am
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2012-03-23 11:10:04 +0100
committerSami Kerola <kerolasa@iki.fi>2012-03-23 15:57:41 +0100
commitc7cf98b0e03780f78abe5275c6fb282f71a2369f (patch)
tree922269cec4c0e6edb667a49de0e5f659faa6276e /testsuite/Makefile.am
parent1462c4e581caf22b2e7fe155691dfcddcb51b3f7 (diff)
downloadprocps-ng-c7cf98b0e03780f78abe5275c6fb282f71a2369f.tar.gz
lib: add fileutils file with stream error checking facility
The close_stream() is copied from GNU lib. Inspiration to do this is talk by Jim Meyering - Goodbye World! The perils of relying on output streams in C. Reference: http://www.irill.org/events/ghm-gnu-hackers-meeting/videos/jim-meyering-goodbye-world-the-perils-of-relying-on-output-streams-in-c Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'testsuite/Makefile.am')
-rw-r--r--testsuite/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 62acfa6..0bb7fb9 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -34,6 +34,7 @@ EXTRA_DIST = \
global-conf.exp \
free.test/free.exp \
kill.test/kill.exp \
+ lib.test/fileutils.exp \
lib.test/strutils.exp \
pgrep.test/pgrep.exp \
pkill.test/pkill.exp \