tools: add a libinput test tool as entry point for our test suites
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 6 May 2022 00:51:33 +0000 (10:51 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 9 May 2022 05:03:00 +0000 (05:03 +0000)
commit43a8d769ac776bfa2173669cfe03f39e89850f4a
treee34e45ed8dc017efc175a1c273daad8b85ef01dd
parentd48c7e72f725466f2579d4d687116b632a0cbdf9
tools: add a libinput test tool as entry point for our test suites

We already install libinput-test-suite if the meson option install-tests
is set, see
  commit be7045cdc70d8c026d981997852cc706dab3d5b8
  test: make the test suite runner available as installed binary

To make other tests easily available and more discoverable, add a new
tool "libinput test" with the matching man page. This will also help us
to enforce some of the namespacing a bit better.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci/libinput.spec.in
meson.build
tools/libinput-test.c [new file with mode: 0644]
tools/libinput-test.man [new file with mode: 0644]
tools/libinput.man