diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-04-28 01:36:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 01:36:44 +0300 |
commit | 34e7e8780c0196313be8700f504ec84fd6cba3d1 (patch) | |
tree | a93fa9cb431f518bd9b1edb0191b1a839d03bd9b /docs/markdown/snippets | |
parent | 7c68fe80083fd72a100998578417b223e3704af5 (diff) | |
parent | 97f7e3d83cdafbd94d4a164582ea71035c996baa (diff) | |
download | meson-34e7e8780c0196313be8700f504ec84fd6cba3d1.zip meson-34e7e8780c0196313be8700f504ec84fd6cba3d1.tar.gz meson-34e7e8780c0196313be8700f504ec84fd6cba3d1.tar.bz2 |
Merge pull request #7018 from dcbaker/junit
mtest: Generate JUnit results for tests
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/junit_result_generation.md | 4 |
1 files changed, 4 insertions, 0 deletions
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. |