Support for 'make junitfiles' target.

The Perl XML::Generator module must be installed to use this.
This commit is contained in:
Andrew Johnson
2017-05-18 16:31:43 -05:00
parent 82396ee3ef
commit b7b3dd2b37
10 changed files with 571 additions and 8 deletions
+9
View File
@@ -13,6 +13,15 @@
<!-- Insert new items immediately below here ... -->
<h3>Self-test JUnit XML Output</h3>
<p>This release adds a new make target <tt>junitfiles</tt> which if necessary
runs the self-tests and then converts the TAP (Perl Test-Anything-Protocol)
output files (as generated by the <tt>tapfiles</tt> target) into the more
commonly-recognized JUnit XML format. The program that performs this conversion
needs the Perl module <q><tt>XML::Generator</tt></q> to have been installed.</p>
<h3>Fix DNS related crash on exit</h3>
<p>The attempt to fix DNS related delays for short lived CLI programs (eg. caget)