summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-09-06 20:16:58 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-09-06 20:16:58 +0000
commit9636a016720fa29929de1fb9fc4ead4cfbfc4af8 (patch)
tree25fe0de6975febff6b54907d76205845f0eaf423 /t/TEST
parent5c0bc88794e8f23611847511c08d1721d70cf0bb (diff)
downloadperl-9636a016720fa29929de1fb9fc4ead4cfbfc4af8.tar.gz
support bytecode and C backends in perlcc (patch suggested
by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the C backend the default; describe new switches in pod; introduce PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/; s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV entries p4raw-id: //depot/perl@4092
Diffstat (limited to 't/TEST')
-rwxr-xr-xt/TEST4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/TEST b/t/TEST
index 69cf0c6e92..1f9190db05 100755
--- a/t/TEST
+++ b/t/TEST
@@ -43,8 +43,8 @@ TESTING COMPILER
--------------------------------------------------------------------------------
EOT
- $ENV{COMPILE_TIMEOUT} = 120
- if ($type eq 'compile' && !$ENV{COMPILE_TIMEOUT});
+ $ENV{PERLCC_TIMEOUT} = 120
+ if ($type eq 'compile' && !$ENV{PERLCC_TIMEOUT});
$bad = 0;
$good = 0;