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