blob: 065863ef754f0af6f8494135e487c2ed024488b7 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001#!/bin/sh
2
3if ./examplesh ; then
4 echo "PASS: zlib"
5else
6 echo "FAIL: zlib"
7fi