From 26a40ee3b99337c64feeeb24f27aa42d6762fdc3 Mon Sep 17 00:00:00 2001 From: Pierre Le Marre Date: Tue, 20 Jun 2023 09:43:19 +0200 Subject: [PATCH] Re-enable x11comp test --- meson.build | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 2cd1ee7ee..4c3c20a7a 100644 --- a/meson.build +++ b/meson.build @@ -689,9 +689,11 @@ if get_option('enable-x11') executable('test-x11', 'test/x11.c', dependencies: x11_test_dep), env: test_env, ) - # test/x11comp is meant to be run, but it is (temporarily?) disabled. - # See: https://github.com/xkbcommon/libxkbcommon/issues/30 - executable('test-x11comp', 'test/x11comp.c', dependencies: x11_test_dep) + test( + 'x11comp', + executable('test-x11comp', 'test/x11comp.c', dependencies: x11_test_dep), + env: test_env, + ) endif if get_option('enable-xkbregistry') test(