summaryrefslogtreecommitdiff
path: root/tools/testrunner/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-04-01All - Move toml parser and path header to a common library, start on custom t...John Hodge1-2/+2
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 Hodge1-17/+214
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