libinput-test.man 972 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .TH libinput-test "1" "" "libinput @LIBINPUT_VERSION@" "libinput Manual"
  2. .SH NAME
  3. libinput\-test \- test various components of libinput itself
  4. .SH SYNOPSIS
  5. .B libinput test [\-\-help] \fI<feature> [<args>]\fR
  6. .SH DESCRIPTION
  7. .PP
  8. The
  9. .B "libinput test"
  10. tool runs tests against libinput itself. There is usually no need for a user
  11. to use this tool, it is provided for distribution vendors.
  12. @HAVE_INSTALLED_TESTS@.B This tool was disabled at build time!
  13. .PP
  14. This is a testing tool only, its output may change at any time. Do not
  15. rely on the output.
  16. .PP
  17. This tool may need to be run as root to have access to the
  18. /dev/input/eventX nodes and/or create /dev/uinput devices.
  19. .SH OPTIONS
  20. .TP 8
  21. .B \-\-help
  22. Print help
  23. .SH FEATURES
  24. Tests that can be run are
  25. .TP 8
  26. .B suite
  27. Run the
  28. .B libinput\-test\-suite(1).
  29. This is the most complete set of tests to run in libinput.
  30. .TP 8
  31. .B utils
  32. Run the test suite for internal utility functions.
  33. .SH LIBINPUT
  34. Part of the
  35. .B libinput(1)
  36. suite