aboutsummaryrefslogtreecommitdiff
path: root/t/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-08-16 11:33:07 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-08-16 11:33:07 +0300
commitb40125990e923f743fa4a1b53c7af05feda422cc (patch)
tree1c56eed51640589503298846fcb1c6110dff09a7 /t/Makefile.am
parent5b7e047dfdb34d0fdc3720e14dd08a7693948b2f (diff)
downloadruncap-b40125990e923f743fa4a1b53c7af05feda422cc.tar.gz
runcap-b40125990e923f743fa4a1b53c7af05feda422cc.tar.bz2
Run line monitor functions with stream capturing disabled
* runcap.3: Document changes. * runcap.c (stream_capture_init): Change signature. Change to static. (stream_capture_free): Change to static. (stream_capture_get): Special handling for "no capture" streams with line monitors. * runcap.h (stream_capture): New member: sc_nocap. (RCF_STDOUT_NOCAP) (RCF_STDERR_NOCAP): New flags. * t/Makefile.am: Add new tests. * t/testsuite.at: Likewise. * t/linemon02.at: Add copyright header. * t/linemon03.at: New test. * t/nocap.inc: New include file. * t/nocap00.at: New test. * t/nocap01.at: New test. * t/rt.c: New option: -N
Diffstat (limited to 't/Makefile.am')
-rw-r--r--t/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/Makefile.am b/t/Makefile.am
index 22786c0..4e44f05 100644
--- a/t/Makefile.am
+++ b/t/Makefile.am
@@ -50,6 +50,10 @@ TESTSUITE_AT = \
linemon00.at\
linemon01.at\
linemon02.at\
+ linemon03.at\
+ nocap.inc\
+ nocap00.at\
+ nocap01.at\
seek00.at\
seek01.at
# Add more files here

Return to:

Send suggestions and report system problems to the System administrator.