diff options
author | Eric Andersen | 2004-07-20 06:04:28 +0000 |
---|---|---|
committer | Eric Andersen | 2004-07-20 06:04:28 +0000 |
commit | 8f41bfc05ca5a43ce7b21f5d8e5bf548d191bb20 (patch) | |
tree | 9b4dd70ac061748688d0e836cb995324dfdcb50e /Makefile | |
parent | 9615a08218caa63c4221a6b5922c628328e719d1 (diff) | |
download | busybox-8f41bfc05ca5a43ce7b21f5d8e5bf548d191bb20.zip busybox-8f41bfc05ca5a43ce7b21f5d8e5bf548d191bb20.tar.gz |
The 'tests' target is long gone.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -177,16 +177,10 @@ allnoconfig: scripts/config/conf defconfig: scripts/config/conf @./scripts/config/conf -d $(CONFIG_CONFIG_IN) -test tests: busybox - # Note that 'tests' is depricated. Use 'make check' instead - # To use the nice new testsuite.... - cd tests && ./tester.sh - check: busybox cd testsuite && ./runtest clean: - - $(MAKE) -C tests clean - rm -f docs/busybox.dvi docs/busybox.ps \ docs/busybox.pod docs/busybox.net/busybox.html \ docs/busybox pod2htm* *.gdb *.elf *~ core .*config.log \ @@ -229,6 +223,6 @@ tags: endif # ifeq ($(strip $(HAVE_DOT_CONFIG)),y) .PHONY: dummy subdirs release distclean clean config oldconfig \ - menuconfig tags check test tests depend + menuconfig tags check test depend |