aboutsummaryrefslogtreecommitdiff
path: root/tests/hello-world/check.mk
blob: 7fbabc90adbda4ee7e3bd7f517b7a77d6c64ff41 (plain) (blame)
1
2
3
4
5
REPORT	:= reports/hello-world
hello-world: do-hello-world
	@grep 'Hello, world!' $(REPORT)/log > /dev/null	\
		&& echo "OK" > $(REPORT)/OK		\
		|| echo "ERR" > $(REPORT)/ERR