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 @@
#!/bin/sh
-make -k runteststatic runtestshared | sed -r -e 's/^(\s+\*+ (.+?) test OK \*+)/\1\nPASS: \2/' -e 's/^(\s+\*+ (.+?) test FAILED \*+)/\1\nFAIL: \2/'
+
+if ./examplesh ; then
+ echo "PASS: zlib"
+else
+ echo "FAIL: zlib"
+fi