- the testharness needs busybox.links. Now the new foobar.tests work again
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 27 Jan 2007 22:04:58 +0000 (22:04 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 27 Jan 2007 22:04:58 +0000 (22:04 -0000)
Makefile.custom

index e976e73..0cc40a6 100644 (file)
@@ -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