This way the test logs have all the information, but we don't get eye
bleed every time we run them manually. One can always use
TESTS_ENVIRONMENT (we correctly use AM_TESTS_ENVIRONMENT now), or set
the envvars from the shell.
Signed-off-by: Ran Benita <ran234@gmail.com>
$(libxkbcommon_la_SOURCES) \
test/common.c
-TESTS_ENVIRONMENT =
+AM_TESTS_ENVIRONMENT = \
+ XKB_LOG=debug; export XKB_LOG; \
+ XKB_VERBOSITY=10; export XKB_VERBOSITY;
TESTS = \
test/keysym \
xkb_context_include_path_append(ctx, test_get_path(""));
- xkb_set_log_level(ctx, XKB_LOG_LEVEL_DEBUG);
- xkb_set_log_verbosity(ctx, 101);
-
return ctx;
}