summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/libinput/run-ptest
blob: d11e6eb25b104df076a558472f783bb4f78961d8 (plain)
1
2
3
4
5
6
7
8
9
#!/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