From 6c2b9dcbde936622485e2a4a9f7b73f583ba17a5 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 17 Dec 2025 13:53:27 +1000 Subject: [PATCH] meson.build: add a summary for the test options Part-of: --- meson.build | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meson.build b/meson.build index ceb3b98e..ca56c97b 100644 --- a/meson.build +++ b/meson.build @@ -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],