summaryrefslogtreecommitdiff
path: root/t/harness
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-08-03 11:33:23 +0100
committerJesse Vincent <jesse@bestpractical.com>2009-08-03 12:09:16 +0100
commit6b77813cba2b9de442593ad735cdba0fd2a4c5f0 (patch)
treeb924d2c88ac6fd15b30adacfe1c8361c2e623624 /t/harness
parent44a7a252c83e563e69ad40c4c887bd6be20ca47a (diff)
downloadperl-6b77813cba2b9de442593ad735cdba0fd2a4c5f0.tar.gz
Add the new "porting" test directory to the test harness
(per advice from rgs)
Diffstat (limited to 't/harness')
-rw-r--r--t/harness2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/harness b/t/harness
index 8225d1b728..34411129bc 100644
--- a/t/harness
+++ b/t/harness
@@ -145,7 +145,7 @@ if (@ARGV) {
unless (@tests) {
my @seq = <base/*.t>;
- my @next = qw(comp cmd run io op uni mro lib);
+ my @next = qw(comp cmd run io op uni mro lib porting);
push @next, 'japh' if $torture;
push @next, 'win32' if $^O eq 'MSWin32';
push @next, 'benchmark' if $ENV{PERL_BENCHMARK};