diff --git a/test/Makefile b/test/Makefile index eaa33c5..2183096 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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