libinput/tools/libinput-test.man
Peter Hutterer f9ff6c4497 tools: fix the man page for the libinput-test command
The way we run this, the feature is appended to the libinput-test
command so this resulted in trying to execute libinput
libinput-test-libinput-test-suite.
2025-12-18 13:28:28 +10:00

37 lines
978 B
Groff

.TH libinput-test "1" "" "libinput @LIBINPUT_VERSION@" "libinput Manual"
.SH NAME
libinput\-test \- test various components of libinput itself
.SH SYNOPSIS
.B libinput test [\-\-help] \fI<feature> [<args>]\fR
.SH DESCRIPTION
.PP
The
.B "libinput test"
tool runs tests against libinput itself. There is usually no need for a user
to use this tool, it is provided for distribution vendors.
@HAVE_INSTALLED_TESTS@.B This tool was disabled at build time!
.PP
This is a testing tool only, its output may change at any time. Do not
rely on the output.
.PP
This tool may need to be run as root to have access to the
/dev/input/eventX nodes and/or create /dev/uinput devices.
.SH OPTIONS
.TP 8
.B \-\-help
Print help
.SH FEATURES
Tests that can be run are
.TP 8
.B suite
Run the
.B libinput\-test\-suite(1).
This is the most complete set of tests to run in libinput.
.TP 8
.B utils
Run the test suite suite for internal utility functions.
.SH LIBINPUT
Part of the
.B libinput(1)
suite