mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-05 12:10:28 +01:00
doc/user: correct the test suite runner invocation
With meson this is now in the build directory Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
9a2d6f55b1
commit
dc5c80d3a8
1 changed files with 5 additions and 5 deletions
|
|
@ -62,7 +62,7 @@ run for a device.
|
|||
|
||||
::
|
||||
|
||||
$ ./test/libinput-test-suite-runner --list
|
||||
$ ./builddir/libinput-test-suite-runner --list
|
||||
...
|
||||
pointer:left-handed:
|
||||
pointer_left_handed_during_click_multiple_buttons:
|
||||
|
|
@ -117,7 +117,7 @@ basic shell-style function name matching. For example:
|
|||
|
||||
::
|
||||
|
||||
$ ./test/libinput-test-suite-runner --filter-test="*1fg_tap*"
|
||||
$ ./builddir/libinput-test-suite-runner --filter-test="*1fg_tap*"
|
||||
|
||||
|
||||
The ``--filter-device`` argument enables selective running of tests through
|
||||
|
|
@ -127,7 +127,7 @@ litest-specific shortnames, see the output of ``--list``. For example:
|
|||
|
||||
::
|
||||
|
||||
$ ./test/libinput-test-suite-runner --filter-device="synaptics*"
|
||||
$ ./builddir/libinput-test-suite-runner --filter-device="synaptics*"
|
||||
|
||||
|
||||
The ``--filter-group`` argument enables selective running of test groups
|
||||
|
|
@ -137,7 +137,7 @@ litest-specific test groups, see the output of ``--list``. For example:
|
|||
|
||||
::
|
||||
|
||||
$ ./test/libinput-test-suite-runner --filter-group="touchpad:*hover*"
|
||||
$ ./builddir/libinput-test-suite-runner --filter-group="touchpad:*hover*"
|
||||
|
||||
|
||||
The ``--filter-device`` and ``--filter-group`` arguments can be combined with
|
||||
|
|
@ -156,5 +156,5 @@ environment variable, if set, also enables verbose mode.
|
|||
|
||||
::
|
||||
|
||||
$ ./test/libinput-test-suite-runner --verbose
|
||||
$ ./builddir/libinput-test-suite-runner --verbose
|
||||
$ LITEST_VERBOSE=1 ninja test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue