1#!/bin/sh
2
3/usr/libexec/libinput/libinput-test-suite -j1
4if [ $? -eq 0 ]; then
5  echo 'PASS: libinput-test-suite'
6else
7  echo 'FAIL: libinput-test-suite'
8fi
9
10