Add a check target.

This commit is contained in:
Matt Kraai 2001-11-19 19:47:56 +00:00
parent 36c613a443
commit 4e05da89f3

View File

@ -403,6 +403,9 @@ dist release: distclean doc
.PHONY: tags
.PHONY: tags check
tags:
ctags -R .
check: busybox
cd testsuite && ./runtest