diff --git a/Makefile b/Makefile index 30412c84c..44ea53f0c 100644 --- a/Makefile +++ b/Makefile @@ -403,6 +403,9 @@ dist release: distclean doc -.PHONY: tags +.PHONY: tags check tags: ctags -R . + +check: busybox + cd testsuite && ./runtest