about summary refs log tree commit diff
path: root/src/etc/check-summary.py
AgeCommit message (Collapse)AuthorLines
2013-01-17Add a license check to tidy. #4018Brian Anderson-0/+1
2012-04-04build: Cleanup of test summary printingBrian Anderson-1/+2
2012-04-04Logfile output from tests; summarise in make checkGrahame Bowland-0/+32
Add an optional --logfile argument to std::test::test_main and to compiletest. Use this features and the new 'check-summary.py' script to summarise all the tests performed by the 'check' target. This is a short term fix for #2075.