Home
last modified time | relevance | path

Searched refs:test_executable (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/t/
DTEST316 my $test_executable; # for 'compile' tests
384 $test_executable = "$test.exe";
400 $test_executable = "$test.plc";
402 = "./perl $pl2c $test_executable && $test_executable |";
404 unlink $test_executable if -f $test_executable;
548 if( $type eq 'compile' && !-e "$test_executable" ) {