From 7b7f93a09f90c93d94e4a78ddc1dd766f05bf4a9 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 22 Apr 2020 12:25:49 -0700 Subject: mtest: Generate a JUnit xml result file JUnit is pretty ubiquitous, lots of services and results viewers understand it, in particular gitlab and jenkins know how to consume JUnit xml. This means projects using CI services can have their test results consumed automatically. Fixes: #6972 --- docs/markdown/snippets/junit_result_generation.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/junit_result_generation.md (limited to 'docs/markdown') diff --git a/docs/markdown/snippets/junit_result_generation.md b/docs/markdown/snippets/junit_result_generation.md new file mode 100644 index 0000000..fbe910b --- /dev/null +++ b/docs/markdown/snippets/junit_result_generation.md @@ -0,0 +1,4 @@ +## Meson test now produces JUnit xml from results + +Meson will now generate a JUnit compatible XML file from test results. it +will be in the meson-logs directory and is called testlog.junit.xml. -- cgit v1.1