libtest: Print the total time taken to execute a test suite

This commit is contained in:
Jakob Schikowski 2020-11-26 21:15:15 +01:00
parent c922857066
commit 470c059e69
43 changed files with 176 additions and 64 deletions

View file

@ -3,6 +3,7 @@
// compile-flags:--test
// normalize-stdout-test: "src/test/rustdoc-ui" -> "$$DIR"
// normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME"
// failure-status: 101
/// ```compile_fail,E0004