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:
Peter Hutterer 2014-05-22 15:07:59 +10:00
parent ee6d8b6f6e
commit 25507127bd

View file

@ -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:
*