summaryrefslogtreecommitdiff
path: root/t/harness
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2012-03-23 13:11:03 +0100
committerFather Chrysostomos <sprout@cpan.org>2012-05-21 17:51:52 -0700
commitff5db609afa520be8c66115e1023668effd5f53e (patch)
treef8278afb9edb53928f83ea9f9f6aba57cf896ecd /t/harness
parent330e7bfad0c2dfc9f57c79ac8094748ed734fd7e (diff)
downloadperl-ff5db609afa520be8c66115e1023668effd5f53e.tar.gz
add a directory of tests to run with large available memory
Intended for testing 64-bit behavious
Diffstat (limited to 't/harness')
-rw-r--r--t/harness1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/harness b/t/harness
index 7748c26f99..1a1efdb849 100644
--- a/t/harness
+++ b/t/harness
@@ -135,6 +135,7 @@ if (@ARGV) {
push @next, 'japh' if $torture;
push @next, 'win32' if $^O eq 'MSWin32';
push @next, 'benchmark' if $ENV{PERL_BENCHMARK};
+ push @next, 'bigmem' if $ENV{PERL_TEST_MEMORY};
# Hopefully TAP::Parser::Scheduler will support this syntax soon.
# my $next = { par => '{' . join (',', @next) . '}/*.t' };
my $next = { par => [