From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- meta/recipes-devtools/gcc/gcc-4.9/run-ptest | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-4.9/run-ptest (limited to 'meta/recipes-devtools/gcc/gcc-4.9/run-ptest') diff --git a/meta/recipes-devtools/gcc/gcc-4.9/run-ptest b/meta/recipes-devtools/gcc/gcc-4.9/run-ptest new file mode 100644 index 0000000000..36eccc30c7 --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-4.9/run-ptest @@ -0,0 +1,3 @@ +#!/bin/sh + +make -C libstdc++-v3/testsuite -i check | sed -e 's/ERROR/FAIL/' -e 's/XFAIL/PASS/' -e 's/XPASS/FAIL/' -e 's/UNRESOLVED/SKIP/' -e 's/UNTESTED/SKIP/' -e 's/UNSUPPORTED/SKIP/' -- cgit v1.2.3-54-g00ecf