shithub: scc

ref: 9b355acf495a70ce2767ffae671fe2ae22521a2e
dir: /tests/as/execute/Makefile/

View raw version
.POSIX:

ROOT=../../../

all:
	@PATH=$(ROOT)/libexec/scc/:$(ROOT)/bin:$$PATH ./chktest.sh

tests:
	@$(MAKE) |\
	grep -v TODO |\
	grep FAIL >/dev/null &&\
	printf '[FAIL]' || printf '[PASS]'; printf '\tas/execute\n'

clean:
	rm -f test.log