Files
OpenBMC/poky/meta/recipes-graphics/wayland/libinput/run-ptest
T
2026-04-23 17:07:55 +08:00

10 lines
158 B
Bash

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