Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
d6d9b540f1a98b7f6a7673772216a1fc8db56901
/
.
/
poky
/
meta
/
recipes-graphics
/
wayland
/
libinput
/
run-ptest
blob: 5a84c568b976cbfb6f3d091c0db848e5d6850fba [
file
] [
log
] [
blame
]
Andrew Geissler
c182c62
2020-05-15 14:13:32 -0500
[
diff
] [
blame
]
1
#!/bin/sh
2
3
/
usr
/
libexec
/
libinput
/
libinput
-
test
-
suite
4
if
[
$
?
-
eq
0
];
then
5
echo
'PASS: libinput-test-suite'
6
else
7
echo
'FAIL: libinput-test-suite'
8
fi
9