svn commit: trunk/busybox/testsuite

Bernhard Fischer rep.nop at aon.at
Sat Apr 1 08:44:30 UTC 2006


On Fri, Mar 31, 2006 at 05:36:33PM -0800, vapier at busybox.net wrote:
>Author: vapier
>Date: 2006-03-31 17:36:32 -0800 (Fri, 31 Mar 2006)
>New Revision: 14720
>
>Log:
>new test for source code sanity
>
>Added:
>   trunk/busybox/testsuite/all_sourcecode.tests
>
>
>Changeset:
>Added: trunk/busybox/testsuite/all_sourcecode.tests
>===================================================================
>--- trunk/busybox/testsuite/all_sourcecode.tests	2006-04-01 01:36:13 UTC (rev 14719)
>+++ trunk/busybox/testsuite/all_sourcecode.tests	2006-04-01 01:36:32 UTC (rev 14720)
>@@ -0,0 +1,17 @@
>+#!/bin/sh
>+
>+# Tests for the sourcecode base itself.
>+# Copyright 2006 by Mike Frysinger <vapier at gentoo.org>
>+# Licensed under GPL v2, see file LICENSE for details.
>+
>+. testing.sh
>+
>+# verify the applet order is correct in applets.h, otherwise
>+# applets won't be called properly.
>+sed -n -e '/^USE_[A-Z]*(APPLET(/{s:.*(::;s:,.*::;s:"::g;p}' \
>+	../include/applets.h > applet.order.current

Mike, please fix this so it also works when building out of tree.



More information about the busybox mailing list