blob: 4cda05d4464ef6ec81c546465a40142e5e7d6aad [file] [log] [blame]
#!/bin/sh
testbin="gpiod-test"
ptestdir=$(dirname "$(readlink -f "$0")")
cd $ptestdir/tests
./$testbin
if [ $? -ne 0 ]; then
echo "FAIL: $testbin"
else
echo "PASS: $testbin"
fi