aboutsummaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Collapse)AuthorFiles
2019-08-14Upgrade runcapSergey Poznyakoff1
* runcap: Upgrade. * t/09linemon.t: New test.
2017-07-23Change return value of capture_run to conform to Perl conventionSergey Poznyakoff1
* capture.c (capture_run): Return true on success. * t/TestCapture.pm: Expect true on success
2017-07-22Implement "input" key and set_input method.Sergey Poznyakoff5
* Capture.xs (capture_new): New keyword "input". (capture_set_input): New method. * MANIFEST: Update. * Makefile.PL: Add the 'check' goal (alias to 'test'). * capture.c (capture_new): Take input SV as 5th parameter. (capture_set_input): New function. (capture_DESTROY): Dereference input, if defined. * capture.h (capture) <input>: New method. (capture_new): Change signature. * t/08input.t: New file. * t/TestCapture.pm: Read content in BEGIN block, instead of hardcoding it. (TestCapture): $argv can be a hash or array ref. All uses changed.
2017-07-22Add more testsSergey Poznyakoff8
* Capture.xs (capture_set_program): Allow for undef as argument. (capture_timeout): New method.
2017-07-21Write more tests.Sergey Poznyakoff5
* runcap: Update. * Makefile.PL (test): Generate custom subdirs-test_ rules. * capture.c (capture_new): Fix type checking. * t/POSIX-Run-Capture.t: Rename to t/00use.t * t/01simple.t: New file. * t/02lines.t: New file. * t/03two.t: New file. * t/TestCapture.pm: New file.
2017-07-20Initial commitSergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.