From 366912a1f1a560c13b66d3da3a79e2c3bce331d6 Mon Sep 17 00:00:00 2001 From: andersen Date: Tue, 20 Jul 2004 06:04:28 +0000 Subject: The 'tests' target is long gone. git-svn-id: svn://busybox.net/trunk/busybox@8967 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index d03679b15..8afd69863 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-55-g6feb