mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-17 21:10:20 +01:00
meson.build: add a summary for the test options
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1384>
This commit is contained in:
parent
1d4ce84746
commit
6c2b9dcbde
1 changed files with 7 additions and 0 deletions
|
|
@ -795,6 +795,13 @@ test('tools-builddir-lookup-installed',
|
|||
|
||||
############ tests ############
|
||||
|
||||
summary({
|
||||
'Tests enabled' : get_option('tests'),
|
||||
'Install tests' : get_option('install-tests'),
|
||||
},
|
||||
section : 'Tests',
|
||||
bool_yn : true)
|
||||
|
||||
test('symbols-leak-test',
|
||||
find_program('test/symbols-leak-test'),
|
||||
args : [ dir_src / 'libinput.sym', dir_src],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue