summaryrefslogtreecommitdiff
path: root/tools/testrunner
AgeCommit message (Expand)AuthorFilesLines
2018-09-30Merge pull request #84 from thepowersgang/ondemand-generationJohn Hodge (Mutabah)1-9/+2
2018-09-22Testrunner - Remove debuginfo (smaller output)John Hodge1-9/+2
2018-09-09Msvc compile fixesJohn Hodge1-2/+4
2018-06-04All - Ensure that all files have a header comment, remove some dead codeJohn Hodge1-3/+10
2018-06-03Testrunner - Fix compilation on OSX, add optimisation and debuginfoJohn Hodge1-1/+15
2018-05-20TestRunner - Don't pass -L when there's no dependenciesJohn Hodge1-0/+13
2018-04-01Testrunner - Include depfiles in cleanJohn Hodge1-1/+1
2018-04-01All - Move toml parser and path header to a common library, start on custom t...John Hodge2-4/+4
2018-03-17testrunner - Capture stdout on windowsJohn Hodge1-1/+9
2018-02-24testrunner - Shut up msvcJohn Hodge1-0/+1
2018-02-24testrunner - Add -v flag to increment debug spamJohn Hodge1-0/+3
2018-02-24Testrunner - Some hacky changes to make it less verboseJohn Hodge1-14/+34
2018-02-11Testrunner - Allow cherry-picking testsJohn Hodge1-2/+9
2018-01-14MSVC compile fixesJohn Hodge1-1/+6
2018-01-13TestRunner - Add option --fail-fast for stop on first test failureJakub Jirutka1-3/+19
2018-01-13TestRunner - Keep going and exit 1 if some tests failedJakub Jirutka1-3/+11
2017-12-30testrunner - Handle ignored tests, odd spacing, and print the countsJohn Hodge1-5/+31
2017-11-25testrunner - Ignore any empty compiler flagsJohn Hodge1-2/+5
2017-11-25testrunner - Sort tests before runningJohn Hodge1-10/+13
2017-11-19testrunner - Correct handle of compiler args, some known failuresJohn Hodge1-2/+15
2017-11-19testrunner - Handle requested compiler argsJohn Hodge1-27/+41
2017-11-19testrunner - Fiddling along, can run a few testsJohn Hodge1-19/+6
2017-11-19TestRunner - Build on linux, add some useful featuresJohn Hodge2-17/+249
2017-09-23testrunner - Fiddling aroundJohn Hodge1-4/+7
2017-09-22testrunner - Move running of tests to enumerationJohn Hodge1-19/+17
2017-09-22Tools - Add draft testrunnerJohn Hodge1-0/+298