Add a check target.
authorMatt Kraai <kraai@debian.org>
Mon, 19 Nov 2001 19:47:56 +0000 (19:47 -0000)
committerMatt Kraai <kraai@debian.org>
Mon, 19 Nov 2001 19:47:56 +0000 (19:47 -0000)
Makefile

index 30412c84c7287012e6fe7fad6cc1d565ceb3d280..44ea53f0c9a6aedbf85f373abf9174137a03a4dc 100644 (file)
--- 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