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