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

View File

@@ -134,7 +134,7 @@ ACTIONS += build
ACTIONS += install
ACTIONS += buildInstall
ACTIONS += browse
ACTIONS += runtests tapfiles
ACTIONS += runtests tapfiles junitfiles
actionArchTargets = $(foreach x, $(ACTIONS),\ $(foreach arch,$(BUILD_ARCHS), $(x)$(DIVIDER)$(arch)))