From 67d95bffa95ca6e56c06c59fd1d15d20ce9a636a Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 24 Jun 2013 16:52:21 +0200 Subject: busybox: Add ptest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Install busybox test suite and run it as ptest. (From OE-Core rev: 0d29dc5b5f7742df60fdba90835ef77425963bde) Signed-off-by: Anders Roxell Signed-off-by: Björn Stenberg Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/files/run-ptest | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta/recipes-core/busybox/files/run-ptest (limited to 'meta/recipes-core/busybox/files') diff --git a/meta/recipes-core/busybox/files/run-ptest b/meta/recipes-core/busybox/files/run-ptest new file mode 100644 index 0000000000..3608a8eb65 --- /dev/null +++ b/meta/recipes-core/busybox/files/run-ptest @@ -0,0 +1,7 @@ +#!/bin/sh + +current_dir=$(readlink -f $0) +export bindir=$(dirname $current_dir) + +cd testsuite || exit 1 +./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/' -- cgit v1.2.3-54-g00ecf