Tell explicitly that all checks have passed

This commit is contained in:
Ben Wiederhake 2017-04-10 23:14:53 +02:00
parent edc06b82c5
commit 784489392c

View file

@ -16,6 +16,7 @@ ${PLUGIN_TESTS}: %: test/bin/% test/tmp/user
.PHONY: check
check: ${PLUGIN_TESTS} test/tmp/user
@echo "'make check' passed."
.PHONY: recheck
recheck: clean-test check