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