summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.9/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.9/run-ptest')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.9/run-ptest3
1 files changed, 3 insertions, 0 deletions
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 @@
1#!/bin/sh
2
3make -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/'