summaryrefslogtreecommitdiff
path: root/recipes-core/zlib/zlib/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/zlib/zlib/run-ptest')
-rw-r--r--recipes-core/zlib/zlib/run-ptest7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-core/zlib/zlib/run-ptest b/recipes-core/zlib/zlib/run-ptest
new file mode 100644
index 0000000..065863e
--- /dev/null
+++ b/recipes-core/zlib/zlib/run-ptest
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if ./examplesh ; then
+ echo "PASS: zlib"
+else
+ echo "FAIL: zlib"
+fi