aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-24 05:47:52 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-24 05:47:52 +0000
commit374e77d407e6af1ee21c61b0703518c094644382 (patch)
tree75843de22a6da7447d91085198ec67cb9d8caf04
parentb60a9704ad2116d92e80b024b221257a9c8e3173 (diff)
downloadbusybox-w32-374e77d407e6af1ee21c61b0703518c094644382.tar.gz
busybox-w32-374e77d407e6af1ee21c61b0703518c094644382.tar.bz2
busybox-w32-374e77d407e6af1ee21c61b0703518c094644382.zip
make test an alias for check
git-svn-id: svn://busybox.net/trunk/busybox@11614 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b3f998200..de434cb11 100644
--- a/Makefile
+++ b/Makefile
@@ -137,7 +137,7 @@ uninstall: busybox.links
137install-hardlinks: $(top_srcdir)/applets/install.sh busybox busybox.links 137install-hardlinks: $(top_srcdir)/applets/install.sh busybox busybox.links
138 $(SHELL) $< $(PREFIX) --hardlinks 138 $(SHELL) $< $(PREFIX) --hardlinks
139 139
140check: busybox 140check test: busybox
141 bindir=$(top_builddir) srcdir=$(top_srcdir)/testsuite \ 141 bindir=$(top_builddir) srcdir=$(top_srcdir)/testsuite \
142 $(top_srcdir)/testsuite/runtest 142 $(top_srcdir)/testsuite/runtest
143 143