Move file parsing code from t/lib/common.pl to t/test.pl
authorNicholas Clark <nick@ccl4.org>
Sun, 14 Jul 2013 16:58:58 +0000 (18:58 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 22 Jul 2013 08:04:48 +0000 (10:04 +0200)
commitfdb35a6344fc7c623305e4e675f396e98a1b900e
tree164ad71d7f5b4afdd2dd8c2a8e232ecf65cbc89b
parent375f99fd797c34dd5b50e63b857aac456a8b276d
Move file parsing code from t/lib/common.pl to t/test.pl

Move the code that prepares input to run_multiple_progs() by parsing files
into a subroutine setup_multiple_progs(). This will enable the parsing code
in run_multiple_progs() to be merged, and the combined code to be altered to
give improved diagnostics on test failure.
t/lib/common.pl
t/test.pl