aggregate test failures and print a summary after running tests

This commit is contained in:
Andrew Rasmussen
2014-09-25 17:56:02 -07:00
parent b91bc8b3fc
commit e506416fa3
5 changed files with 67 additions and 9 deletions

View File

@@ -6525,4 +6525,6 @@ int main()
test("Random #99", root_node, root_layout);
}
tests_finished();
}