blob: 065863ef754f0af6f8494135e487c2ed024488b7 [file] [log] [blame]
#!/bin/sh
if ./examplesh ; then
echo "PASS: zlib"
else
echo "FAIL: zlib"
fi