Lines Matching refs:compile
25 $compile = 1 if $1 eq 'compile';
131 elsif( $compile ) {
132 _testprogs('compile', '', @ARGV);
138 _testprogs('compile', '', @ARGV) if -e "../testcompile";
147 print <<'EOT' if ($type eq 'compile');
166 if ($type eq 'compile' && !$ENV{PERLCC_TIMEOUT});
193 if ( $infinite{$test} && $type eq 'compile' ) {
202 # Redefinition happens at compile time
235 my $test_executable; # for 'compile' tests
280 or print "can't byte-compile '$bytecompile': $!.\n";
295 my $compile;
315 $compile = 'xweghyz.pl |';
319 $compile = "./perl $pl2c $test_executable && $test_executable |";
322 open(RESULTS, $compile)
323 or print "can't compile '$compile': $!.\n";
435 if( $type eq 'compile' && !-e "$test_executable" ) {
437 print "Test did not compile\n";