[tracker/wip/carlosg/junit: 4/11] tests: Specify 'tap' format for JUnit generation
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/junit: 4/11] tests: Specify 'tap' format for JUnit generation
- Date: Sun, 14 Feb 2021 20:02:25 +0000 (UTC)
commit 2037ee708e65716b17dcde957b21469d104d0f2a
Author: Carlos Garnacho <carlosg gnome org>
Date: Thu Dec 10 16:54:15 2020 +0100
tests: Specify 'tap' format for JUnit generation
This lets the generated JUnit file handle all GLib tests transparently,
at the individual testcase level. The functional tests don't output
TAP, so are seen as a big blob instead...
tests/meson.build | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/tests/meson.build b/tests/meson.build
index 562204efe..5f5855d70 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -32,6 +32,7 @@ foreach t: tests
test(test_name, test_exe,
env: test_env,
timeout: test_timeout,
+ protocol: 'tap',
suite: test_suite,
is_parallel: test_is_parallel)
endforeach
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]