summaryrefslogtreecommitdiff
path: root/test/testrunner.pl
Commit message (Collapse)AuthorAgeFilesLines
* Comment out SIGCHLD handler -- it's unnecessary afaicsJohn Mark Bell2008-07-111-1/+1
| | | | svn path=/trunk/hubbub/; revision=4599
* Catch non-zero exit status and treat it as a failureJohn Mark Bell2008-06-181-1/+13
| | | | svn path=/trunk/hubbub/; revision=4379
* Use IO::Select to avoid deadlockJohn Mark Bell2008-06-161-56/+49
| | | | svn path=/trunk/hubbub/; revision=4363
* Rework buildsystem so that it no longer calls make recursively and rebuilds ↵John Mark Bell2008-04-071-11/+21
| | | | | | the testcases when the library changes. svn path=/trunk/hubbub/; revision=4077
* Improve error handlingJohn Mark Bell2008-03-051-10/+20
| | | | svn path=/trunk/hubbub/; revision=3886
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-231-0/+147
Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359