Run t/run/*.t before t/cmd/*.t, making the order base, cmd, run, and note why.
authorNicholas Clark <nick@ccl4.org>
Tue, 25 Aug 2009 09:38:41 +0000 (10:38 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 25 Aug 2009 09:38:41 +0000 (10:38 +0100)
commit03d95bfa21cfb6c69eff384ee082239e765af8f1
tree92ea942f6dd2ee22e6b0a303dd440c333fe0725b
parent7ebf5c89e8918d77e1798303430ceccf36c34949
Run t/run/*.t before t/cmd/*.t, making the order base, cmd, run, and note why.

base first, as TEST bails out if that can't run
then comp, to validate that require works
then run, to validate that -M works
then we know we can -MTestInit for everything else, making life simpler)
t/TEST
t/harness