svn commit: trunk/busybox
aldot at busybox.net
aldot at busybox.net
Sat Jan 27 14:05:00 PST 2007
Author: aldot
Date: 2007-01-27 14:04:58 -0800 (Sat, 27 Jan 2007)
New Revision: 17554
Log:
- the testharness needs busybox.links. Now the new foobar.tests work again
Modified:
trunk/busybox/Makefile.custom
Changeset:
Modified: trunk/busybox/Makefile.custom
===================================================================
--- trunk/busybox/Makefile.custom 2007-01-27 14:03:15 UTC (rev 17553)
+++ trunk/busybox/Makefile.custom 2007-01-27 22:04:58 UTC (rev 17554)
@@ -38,9 +38,9 @@
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
More information about the busybox-cvs
mailing list