5 make clean
> /dev
/null
2>&1
8 TESTS
="test/2d-bidirec.c \
12 OPTS
="--iss --islsolve"
14 for file in $TESTS; do
16 echo .
/polycc
$OPTS $file $
* -o test_temp_out.pluto.c
17 .
/polycc
$OPTS $file $
* -o test_temp_out.pluto.c
19 echo Failed
test case "$file"!
24 OPTS
="--iss --islsolve --lbtile --parallel"
25 for file in $TESTS; do
27 echo .
/polycc
$OPTS $file $
* -o test_temp_out.pluto.c
28 .
/polycc
$OPTS $file $
* -o test_temp_out.pluto.c
30 echo Failed
test case "$file"!
38 rm -f test_temp_out.pluto.c
39 rm -f test_temp_out.pluto.pluto.cloog
44 trap cleanup SIGINT
exit