ref: 9b355acf495a70ce2767ffae671fe2ae22521a2e
dir: /tests/cc/error/Makefile/
.POSIX: ROOT=../../.. SCCPREFIX=$(ROOT) CC=$(ROOT)/bin/scc all: @CC=$(CC) ./chktest.sh scc-tests.lst tests: @$(MAKE) |\ grep -v TODO |\ grep FAIL >/dev/null &&\ printf '[FAIL]' || printf '[PASS]'; printf '\tcc/error\n' clean: rm -f *.as *.o *.ir *.qbe *core test.log