From be285fe0008a72f26e42ecd4c5b1869e64a260a3 Mon Sep 17 00:00:00 2001 From: kraai Date: Mon, 19 Nov 2001 19:47:56 +0000 Subject: Add a check target. git-svn-id: svn://busybox.net/trunk/busybox@3720 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g6feb