aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-24 05:47:52 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-24 05:47:52 +0000
commitce0cf1d44bc04e39eccb7ff80c2ffe11211b942f (patch)
tree75843de22a6da7447d91085198ec67cb9d8caf04 /Makefile
parent3f91d7a9f6f74714f27537fee694bad6966beea5 (diff)
downloadbusybox-ce0cf1d44bc04e39eccb7ff80c2ffe11211b942f.tar.gz
make test an alias for check
Diffstat (limited to 'Makefile')
-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
install-hardlinks: $(top_srcdir)/applets/install.sh busybox busybox.links
$(SHELL) $< $(PREFIX) --hardlinks
-check: busybox
+check test: busybox
bindir=$(top_builddir) srcdir=$(top_srcdir)/testsuite \
$(top_srcdir)/testsuite/runtest