t/harness and t/TEST can both use the same _run_test() to invoke tests.
authorNicholas Clark <nick@ccl4.org>
Thu, 27 Aug 2009 13:26:20 +0000 (14:26 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 27 Aug 2009 13:26:20 +0000 (14:26 +0100)
commit744c27e5aa4aa3ee30df5711b0799332655b563e
treea2491d6820eebacb5a249b3cb3342bc19d86c1e9
parentc537bcda150384467d5ff232f1f1b27075e03c5b
t/harness and t/TEST can both use the same _run_test() to invoke tests.

Now the logic to invoke tests is in exactly one place, we can refactor it with
impunity.
t/TEST
t/harness