OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_prog
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
objcopy.exp
549
set
test_prog
"testprog.exe"
551
set
test_prog
"testprog"
558
global
test_prog
581
if { [target_compile "$srcdir/$subdir/testprog.c $add_libs" tmpdir/$
test_prog
executable $flags] != "" } {
585
set result [remote_load target tmpdir/$
test_prog
]
602
global
test_prog
606
set testfile [remote_download host tmpdir/$
test_prog
]
609
set testfile tmpdir/$
test_prog
629
set status [remote_exec build "cmp" "tmpdir/$
test_prog
tmpdir/copyprog"]
/external/mksh/src/
check.pl
251
$
test_prog
= $opt_p;
317
$
test_prog
= "$pwd/$
test_prog
" if (substr($
test_prog
, 0, 1) ne '/') &&
318
($os ne 'os2' || substr($
test_prog
, 1, 1) ne ':');
319
die "$prog: $
test_prog
is not executable - bye\n"
320
if (! -x $
test_prog
&& $os ne 'os2');
563
@argv = split(' ', $
test_prog
);
565
@argv = ($
test_prog
);
586
print STDERR "$prog: couldn't execute $
test_prog
- $!\n"
[
all
...]
Completed in 60 milliseconds