Files
poky/meta/recipes-graphics/wayland/libinput/run-ptest
Alexander Kanavin b36a754d46 libinput: add ptest
The test takes about 17 minutes, and fully passes.

(From OE-Core rev: adc4dbb748c01b731035a759de7cd798d7860d0c)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-05-07 12:15:59 +01:00

154 B

#!/bin/sh

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