summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/zlib/zlib/run-ptest
blob: 065863ef754f0af6f8494135e487c2ed024488b7 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if ./examplesh ; then
    echo "PASS: zlib"
else
    echo "FAIL: zlib"
fi