blob: eceb06be4d75ac2cb068b0ca88c4dbe2e7257641 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
diff --git a/meson.build b/meson.build
index 2de4ee9..bb53561 100644
--- a/meson.build
+++ b/meson.build
@@ -601,6 +601,7 @@ configure_file(input: 'test/xkeyboard-config-test.py.in',
configuration: xkct_config)
# Tests
+if false
test_env = environment()
test_env.set('XKB_LOG_LEVEL', 'debug')
test_env.set('XKB_LOG_VERBOSITY', '10')
@@ -873,6 +874,7 @@ if get_option('enable-x11')
env: bench_env,
)
endif
+endif
# Documentation.
|