Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
ac970dd705934286df062e0f1501f776dc2ef01d
/
.
/
meta-openembedded
/
meta-oe
/
recipes-support
/
libgpiod
/
files
/
run-ptest
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