blob: 5a84c568b976cbfb6f3d091c0db848e5d6850fba [file] [log] [blame]
Andrew Geisslerc182c622020-05-15 14:13:32 -05001#!/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