ref: 5ac3a0d4c1a9d7e4d3912c4770084b885007aca6
dir: /tests/as/execute/Makefile/
.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