6 for i
in $srcdir/test_inputs
/codegen
/*.st \
7 $srcdir/test_inputs
/codegen
/cloog
/*.st
; do
9 for opt
in "" "--separate" "--atomic" \
10 "--isl-no-ast-build-atomic-upper-bound"; do
12 (.
/pet_codegen
$EXEEXT --tree $opt < $i > test.c
&&
13 .
/pet_check_code
$EXEEXT --tree $i test.c
) ||
exit
17 for i
in $srcdir/test_inputs
/codegen
/*.
in \
18 $srcdir/test_inputs
/codegen
/omega
/*.
in \
19 $srcdir/test_inputs
/codegen
/pldi2012
/*.
in; do
21 for opt
in "" "--separate" "--atomic" \
22 "--isl-no-ast-build-atomic-upper-bound" "--read-options"; do
24 (.
/pet_codegen
$EXEEXT $opt < $i > test.c
&&
25 .
/pet_check_code
$EXEEXT $i test.c
) ||
exit