summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/zlib/zlib/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/zlib/zlib/run-ptest')
-rw-r--r--meta/recipes-core/zlib/zlib/run-ptest7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-core/zlib/zlib/run-ptest b/meta/recipes-core/zlib/zlib/run-ptest
index 884d9dc699..065863ef75 100644
--- a/meta/recipes-core/zlib/zlib/run-ptest
+++ b/meta/recipes-core/zlib/zlib/run-ptest
@@ -1,2 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2make -k runteststatic runtestshared | sed -r -e 's/^(\s+\*+ (.+?) test OK \*+)/\1\nPASS: \2/' -e 's/^(\s+\*+ (.+?) test FAILED \*+)/\1\nFAIL: \2/' 2
3if ./examplesh ; then
4 echo "PASS: zlib"
5else
6 echo "FAIL: zlib"
7fi