aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-19 19:47:56 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-19 19:47:56 +0000
commitbe285fe0008a72f26e42ecd4c5b1869e64a260a3 (patch)
tree949a284828ba32d4080a8b351176f062a1a6b547
parent1b79a8c03f3996538e3e90598285d4a3593d7b57 (diff)
downloadbusybox-w32-be285fe0008a72f26e42ecd4c5b1869e64a260a3.tar.gz
busybox-w32-be285fe0008a72f26e42ecd4c5b1869e64a260a3.tar.bz2
busybox-w32-be285fe0008a72f26e42ecd4c5b1869e64a260a3.zip
Add a check target.
git-svn-id: svn://busybox.net/trunk/busybox@3720 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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
403 403
404 404
405 405
406.PHONY: tags 406.PHONY: tags check
407tags: 407tags:
408 ctags -R . 408 ctags -R .
409
410check: busybox
411 cd testsuite && ./runtest