summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/libinput/run-ptest
blob: 5a84c568b976cbfb6f3d091c0db848e5d6850fba (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

/usr/libexec/libinput/libinput-test-suite
if [ $? -eq 0 ]; then
  echo 'PASS: libinput-test-suite'
else
  echo 'FAIL: libinput-test-suite'
fi