shithub: scc

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