Add support for minimal benchmarks

This commit is contained in:
Christian Stenger
2014-12-01 16:12:05 +01:00
parent d278476956
commit 32a6849fae
8 changed files with 78 additions and 10 deletions

View File

@@ -277,6 +277,7 @@ void TestResultsPane::initializeFilterMenu()
textAndType.insert(ResultType::EXPECTED_FAIL, tr("Expected Fail"));
textAndType.insert(ResultType::UNEXPECTED_PASS, tr("Unexpected Pass"));
textAndType.insert(ResultType::SKIP, tr("Skip"));
textAndType.insert(ResultType::BENCHMARK, tr("Benchmarks"));
textAndType.insert(ResultType::MESSAGE_DEBUG, tr("Debug Messages"));
textAndType.insert(ResultType::MESSAGE_WARN, tr("Warning Messages"));
textAndType.insert(ResultType::MESSAGE_INTERNAL, tr("Internal Messages"));