summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/libinput
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-05-05 15:01:10 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-07 12:15:59 +0100
commitb36a754d46977a8bb25c472d64df29dbdabc8a90 (patch)
tree5af046703427b8dbf9ed2b4bef5596e333bf936a /meta/recipes-graphics/wayland/libinput
parentef5725ddfc9df83e6bf78756cc60bc883dd741f1 (diff)
downloadpoky-b36a754d46977a8bb25c472d64df29dbdabc8a90.tar.gz
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>
Diffstat (limited to 'meta/recipes-graphics/wayland/libinput')
-rw-r--r--meta/recipes-graphics/wayland/libinput/run-ptest9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/libinput/run-ptest b/meta/recipes-graphics/wayland/libinput/run-ptest
new file mode 100644
index 0000000000..5a84c568b9
--- /dev/null
+++ b/meta/recipes-graphics/wayland/libinput/run-ptest
@@ -0,0 +1,9 @@
1#!/bin/sh
2
3/usr/libexec/libinput/libinput-test-suite
4if [ $? -eq 0 ]; then
5 echo 'PASS: libinput-test-suite'
6else
7 echo 'FAIL: libinput-test-suite'
8fi
9