summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-core/zlib/zlib/run-ptest
diff options
context:
space:
mode:
authorP Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>2022-12-11 14:52:53 +0300
committerP Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>2022-12-11 15:34:07 +0300
commit5d3013f04f92546951897e87f995f418e6d96ffd (patch)
tree097daa6d55a7030744b72aa1b31ac4f55fd6a738 /meta-openbmc-mods/meta-common/recipes-core/zlib/zlib/run-ptest
parente9e8ce6060c3c89cff2ca181cf95e3dec1a6c78d (diff)
downloadopenbmc-5d3013f04f92546951897e87f995f418e6d96ffd.tar.xz
Update to internal 1-0.92-41
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
Diffstat (limited to 'meta-openbmc-mods/meta-common/recipes-core/zlib/zlib/run-ptest')
-rw-r--r--meta-openbmc-mods/meta-common/recipes-core/zlib/zlib/run-ptest7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-openbmc-mods/meta-common/recipes-core/zlib/zlib/run-ptest b/meta-openbmc-mods/meta-common/recipes-core/zlib/zlib/run-ptest
new file mode 100644
index 000000000..065863ef7
--- /dev/null
+++ b/meta-openbmc-mods/meta-common/recipes-core/zlib/zlib/run-ptest
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if ./examplesh ; then
+ echo "PASS: zlib"
+else
+ echo "FAIL: zlib"
+fi