From: Matt Kraai Date: Mon, 19 Nov 2001 19:47:56 +0000 (-0000) Subject: Add a check target. X-Git-Tag: 0_60_2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4e05da89f3629b6c763f1821afaeee8beb6bb56d;p=oweals%2Fbusybox.git Add a check target. --- 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