xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/libinput/run-ptest (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#!/bin/sh
2
3/usr/libexec/libinput/libinput-test-suite -j1
4if [ $? -eq 0 ]; then
5  echo 'PASS: libinput-test-suite'
6else
7  echo 'FAIL: libinput-test-suite'
8fi
9
10