From aae82e0d8b3a1f01f230b29ee3e9c9939c89d688 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 27 Jan 2007 22:04:58 +0000 Subject: - the testharness needs busybox.links. Now the new foobar.tests work again --- Makefile.custom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.custom b/Makefile.custom index e976e739e..0cc40a667 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -38,9 +38,9 @@ ifneq ($(strip $(DO_INSTALL_LIBS)),n) done endif -check test: busybox +check test: busybox busybox.links bindir=$(objtree) srcdir=$(srctree)/testsuite SED="$(SED)" \ - $(SHELL) $(srctree)/testsuite/runtest $(if $(KBUILD_VERBOSE:1=),-v) + $(SHELL) $(srctree)/testsuite/runtest $(if $(KBUILD_VERBOSE:0=),-v) .PHONY: release release: distclean -- cgit v1.2.3