diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-07-20 06:04:28 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-07-20 06:04:28 +0000 |
commit | 8f41bfc05ca5a43ce7b21f5d8e5bf548d191bb20 (patch) | |
tree | 9b4dd70ac061748688d0e836cb995324dfdcb50e | |
parent | 9615a08218caa63c4221a6b5922c628328e719d1 (diff) | |
download | busybox-w32-8f41bfc05ca5a43ce7b21f5d8e5bf548d191bb20.tar.gz busybox-w32-8f41bfc05ca5a43ce7b21f5d8e5bf548d191bb20.tar.bz2 busybox-w32-8f41bfc05ca5a43ce7b21f5d8e5bf548d191bb20.zip |
The 'tests' target is long gone.
-rw-r--r-- | Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -177,16 +177,10 @@ allnoconfig: scripts/config/conf | |||
177 | defconfig: scripts/config/conf | 177 | defconfig: scripts/config/conf |
178 | @./scripts/config/conf -d $(CONFIG_CONFIG_IN) | 178 | @./scripts/config/conf -d $(CONFIG_CONFIG_IN) |
179 | 179 | ||
180 | test 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 | |||
185 | check: busybox | 180 | check: busybox |
186 | cd testsuite && ./runtest | 181 | cd testsuite && ./runtest |
187 | 182 | ||
188 | clean: | 183 | clean: |
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: | |||
229 | endif # ifeq ($(strip $(HAVE_DOT_CONFIG)),y) | 223 | endif # 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 | ||