libinput/tests/libinput-tool-scripttest/libinput-tool-test.sh
2019-03-08 12:24:05 +10:00

17 lines
415 B
Bash

#!/bin/bash
# check libinput is in the path, --help and --version need to work
libinput --help
libinput --version
# this should fail if the quirks failed to install
libinput quirks validate
# check the various tools exist
libinput record --help
libinput measure --help
libinput measure fuzz --help
libinput measure touch-size --help
libinput measure touchpad-pressure --help
libinput measure touchpad-tap --help