mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-24 10:00:08 +01:00
Document that we need uinput in the kernel for the test suite
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
ee6d8b6f6e
commit
25507127bd
1 changed files with 2 additions and 1 deletions
|
|
@ -544,7 +544,8 @@ extern "C" {
|
|||
* libevdev's internal test suite uses the
|
||||
* [Check unit testing framework](http://check.sourceforge.net/). Tests are
|
||||
* divided into test suites and test cases. Most tests create a uinput device,
|
||||
* so you'll need to run as root.
|
||||
* so you'll need to run as root, and your kernel must have
|
||||
* CONFIG_INPUT_UINPUT enabled.
|
||||
*
|
||||
* To run a specific suite only:
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue