4 make clean
> /dev
/null
2>&1
7 TESTS
="test/jacobi-1d-imper.c \
8 test/jacobi-2d-imper.c \
12 test/heat-3d-imperfect.c \
43 test/multi-stmt-lazy-lin-ind.c \
45 test/tce-4index-transform.c \
48 for file in $TESTS; do
50 .
/polycc
$file $
* -o test_temp_out.pluto.c
52 echo -e "\e[31mFailed\e[0m" " $file"!
54 echo -e "\e[32mPassed\e[0m"
60 rm -f test_temp_out.pluto.c
61 rm -f test_temp_out.pluto.pluto.cloog
66 trap cleanup SIGINT
exit