aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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