Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
56d0f4066a15af4a20e3afeb1c5676316d5b0071
/
.
/
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