6 for i
in $srcdir/tests
/*.c
; do
8 (.
/pet
$EXEEXT $i > test.scop
&&
9 .
/pet_scop_cmp
$EXEEXT test.scop
${i%.c}.scop
) ||
exit
12 for i
in $srcdir/tests
/autodetect
/*.c
; do
14 (.
/pet
$EXEEXT --autodetect $i > test.scop
&&
15 .
/pet_scop_cmp
$EXEEXT test.scop
${i%.c}.scop
) ||
exit