]> git.sur5r.net Git - i3/i3/commit
testcases: introduce TestWorker.pm
authorMaik Fischer <maikf@qu.cx>
Tue, 29 Nov 2011 12:48:04 +0000 (13:48 +0100)
committerMaik Fischer <maikf@qu.cx>
Sun, 4 Dec 2011 13:14:20 +0000 (14:14 +0100)
commit9a7d7919a641edba90f9e7a0d36fa6519857f832
treee54ce5d74cdebc28cbc61e74f981721c2d5ab1ca
parent55c474d8646cef60958b1c6a53ead85f2133b697
testcases: introduce TestWorker.pm

instead of executing a new perl interpreter (via TAP::Parser)
each time we start a testfile, fork a TestWorker for each display.

Each worker preloads i3test via 'require', blocking waits on its ipc
to get a new filename, forks itself upon arrival and 'do'es this
testscript.
testcases/complete-run.pl
testcases/lib/StartXDummy.pm
testcases/lib/TestWorker.pm [new file with mode: 0644]
testcases/lib/i3test.pm