Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
716f08c7f3d169d1e0c22837e9fb1812c5efdf03
/
.
/
poky
/
meta
/
recipes-graphics
/
wayland
/
libinput
/
run-ptest
blob: 5a84c568b976cbfb6f3d091c0db848e5d6850fba [
file
] [
log
] [
blame
]
#!/bin/sh
/
usr
/
libexec
/
libinput
/
libinput
-
test
-
suite
if
[
$
?
-
eq
0
];
then
echo
'PASS: libinput-test-suite'
else
echo
'FAIL: libinput-test-suite'
fi