diff options
author | Ed Peschko <epeschko@den-mdev1> | 1999-05-31 12:18:13 -0600 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-05 02:38:03 +0000 |
commit | ef712cf74fdf150057b2ffb17983e6f0cc1fd914 (patch) | |
tree | 2a3ef2871bf67a1db9813472acd7e5016e8c9c2e /t/TEST | |
parent | f01e5ef6e26833286356d7311eed3209d6f71828 (diff) | |
download | perl-ef712cf74fdf150057b2ffb17983e6f0cc1fd914.tar.gz |
[ PATCH perl5.005_57 ] new perlcc + regression tests
Message-ID: <19990601001813.AAA17834@csgsystems.com>
p4raw-id: //depot/perl@3580
Diffstat (limited to 't/TEST')
-rwxr-xr-x | t/TEST | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ TESTING COMPILER -------------------------------------------------------------------------------- EOT + $ENV{COMPILE_TIMEOUT} = 120 + if ($type eq 'compile' && !$ENV{COMPILE_TIMEOUT}); + $bad = 0; $good = 0; $total = @tests; |