shithub: scc

ref: e9e9983ebccd77f991af91b1010b179f556148ff
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