1
0
forked from brl/citadel

10 lines
158 B
Plaintext
Raw Normal View History

#!/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