diff options
Diffstat (limited to 'meta/recipes-graphics/wayland/libinput/run-ptest')
-rw-r--r-- | meta/recipes-graphics/wayland/libinput/run-ptest | 9 |
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 | ||
4 | if [ $? -eq 0 ]; then | ||
5 | echo 'PASS: libinput-test-suite' | ||
6 | else | ||
7 | echo 'FAIL: libinput-test-suite' | ||
8 | fi | ||
9 | |||