mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-04 22:30:13 +01:00
meson.build: add a libinput list-devices run to the test suite
This will only catch a segfault or some other bug since we don't actually look at the output. But that's still better than not running it at all. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
1605f71a0b
commit
4203ab52bf
1 changed files with 9 additions and 7 deletions
16
meson.build
16
meson.build
|
|
@ -488,13 +488,15 @@ configure_file(input : 'tools/libinput-list-quirks.man',
|
|||
)
|
||||
|
||||
libinput_list_devices_sources = [ 'tools/libinput-list-devices.c' ]
|
||||
executable('libinput-list-devices',
|
||||
libinput_list_devices_sources,
|
||||
dependencies : deps_tools,
|
||||
include_directories : [includes_src, includes_include],
|
||||
install_dir : libinput_tool_path,
|
||||
install : true,
|
||||
)
|
||||
libinput_list_devices = executable('libinput-list-devices',
|
||||
libinput_list_devices_sources,
|
||||
dependencies : deps_tools,
|
||||
include_directories : [includes_src, includes_include],
|
||||
install_dir : libinput_tool_path,
|
||||
install : true,
|
||||
)
|
||||
test('list-devices', libinput_list_devices)
|
||||
|
||||
configure_file(input : 'tools/libinput-list-devices.man',
|
||||
output : 'libinput-list-devices.1',
|
||||
configuration : man_config,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue