This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added user-supplied XSL style sheets for XML-based test reports.
Added new command line option: --xsl.
- Loading branch information
Showing
with
62 additions
and 12 deletions.
- +3 −2 test/test-automation/logger.h
- +2 −1 test/test-automation/plain_logger.c
- +4 −1 test/test-automation/plain_logger.h
- +25 −2 test/test-automation/runner.c
- +14 −2 test/test-automation/xml.c
- +1 −1 test/test-automation/xml.h
- +11 −2 test/test-automation/xml_logger.c
- +2 −1 test/test-automation/xml_logger.h