projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36c613a
)
Add a check target.
author
Matt Kraai
<kraai@debian.org>
Mon, 19 Nov 2001 19:47:56 +0000
(19:47 -0000)
committer
Matt Kraai
<kraai@debian.org>
Mon, 19 Nov 2001 19:47:56 +0000
(19:47 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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