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:
Peter Hutterer 2025-12-17 13:53:27 +10:00 committed by Marge Bot
parent 1d4ce84746
commit 6c2b9dcbde

View file

@ -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],