summaryrefslogtreecommitdiff
path: root/test/integration
AgeCommit message (Collapse)Author
2016-04-25Fix memory leak in integration test program (damn C libraries!)Andreas Stöckel
2016-04-25Sort integration testsAndreas Stöckel
2016-04-25Print help message if integration test framework is built in Release modeAndreas Stöckel
2016-04-25Cosmetic change: Do not print a newline for the first headlineAndreas Stöckel
2016-04-25Further improvements to integration test tool needed for debuggingAndreas Stöckel
* Allow specification of a number of tests that should run * Add usage help (-h or --help options) * Improve messages
2016-04-25Do not trim text, simply skip text fields that only consist of whitespace ↵Andreas Stöckel
characters
2016-04-25Changes to outputAndreas Stöckel
2016-04-25Write actual output to out.osxml file in the Testing/Integration directory ↵Andreas Stöckel
(to facilitate creating the expected output file and for later analysis)
2016-04-25Implement integration test frameworkAndreas Stöckel