diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-24 05:47:52 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-24 05:47:52 +0000 |
commit | 374e77d407e6af1ee21c61b0703518c094644382 (patch) | |
tree | 75843de22a6da7447d91085198ec67cb9d8caf04 | |
parent | b60a9704ad2116d92e80b024b221257a9c8e3173 (diff) | |
download | busybox-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ uninstall: busybox.links | |||
137 | install-hardlinks: $(top_srcdir)/applets/install.sh busybox busybox.links | 137 | install-hardlinks: $(top_srcdir)/applets/install.sh busybox busybox.links |
138 | $(SHELL) $< $(PREFIX) --hardlinks | 138 | $(SHELL) $< $(PREFIX) --hardlinks |
139 | 139 | ||
140 | check: busybox | 140 | check 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 | ||