shithub: scc

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