aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-07-20 06:04:28 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-07-20 06:04:28 +0000
commit366912a1f1a560c13b66d3da3a79e2c3bce331d6 (patch)
tree9b4dd70ac061748688d0e836cb995324dfdcb50e
parent48fb8b8392bda5c2a944489eb35572e5a9942bfa (diff)
downloadbusybox-w32-366912a1f1a560c13b66d3da3a79e2c3bce331d6.tar.gz
busybox-w32-366912a1f1a560c13b66d3da3a79e2c3bce331d6.tar.bz2
busybox-w32-366912a1f1a560c13b66d3da3a79e2c3bce331d6.zip
The 'tests' target is long gone.
git-svn-id: svn://busybox.net/trunk/busybox@8967 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index d03679b15..8afd69863 100644
--- a/Makefile
+++ b/Makefile
@@ -177,16 +177,10 @@ allnoconfig: scripts/config/conf
177defconfig: scripts/config/conf 177defconfig: scripts/config/conf
178 @./scripts/config/conf -d $(CONFIG_CONFIG_IN) 178 @./scripts/config/conf -d $(CONFIG_CONFIG_IN)
179 179
180test tests: busybox
181 # Note that 'tests' is depricated. Use 'make check' instead
182 # To use the nice new testsuite....
183 cd tests && ./tester.sh
184
185check: busybox 180check: busybox
186 cd testsuite && ./runtest 181 cd testsuite && ./runtest
187 182
188clean: 183clean:
189 - $(MAKE) -C tests clean
190 - rm -f docs/busybox.dvi docs/busybox.ps \ 184 - rm -f docs/busybox.dvi docs/busybox.ps \
191 docs/busybox.pod docs/busybox.net/busybox.html \ 185 docs/busybox.pod docs/busybox.net/busybox.html \
192 docs/busybox pod2htm* *.gdb *.elf *~ core .*config.log \ 186 docs/busybox pod2htm* *.gdb *.elf *~ core .*config.log \
@@ -229,6 +223,6 @@ tags:
229endif # ifeq ($(strip $(HAVE_DOT_CONFIG)),y) 223endif # ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
230 224
231.PHONY: dummy subdirs release distclean clean config oldconfig \ 225.PHONY: dummy subdirs release distclean clean config oldconfig \
232 menuconfig tags check test tests depend 226 menuconfig tags check test depend
233 227
234 228