Lines Matching full:native
29 tempfiles native.c native
30 echo 'main () { while (1) pause (); }' > native.c
32 native=0
35 test $native -eq 0 || {
36 kill -9 $native 2> /dev/null || :
37 wait $native 2> /dev/null || :
39 native=0
59 $cc -o native -g native.c > /dev/null 2>&1 &&
61 { ./native > /dev/null 2>&1 & native=$! ; } &&
62 sleep 1 && kill -0 $native 2> /dev/null &&
64 native=0
72 # Try the build against a presumed native process, running this sh.
76 # Try the build against the trivial native program we just built with -g.
77 test $native -eq 0 || testrun "$@" -p $native > /dev/null
85 # $native when we do the kill inside the exit handler.