aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-11-19 19:47:56 +0000
committerMatt Kraai <kraai@debian.org>2001-11-19 19:47:56 +0000
commit4e05da89f3629b6c763f1821afaeee8beb6bb56d (patch)
tree949a284828ba32d4080a8b351176f062a1a6b547 /Makefile
parent36c613a4437b20986dbca9385d79a76288753c6b (diff)
downloadbusybox-4e05da89f3629b6c763f1821afaeee8beb6bb56d.tar.gz
Add a check target.
Diffstat (limited to 'Makefile')
-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