aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Test.cpp
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-10 15:57:31 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-10 15:57:31 +0000
commitd54e1e9751eea63b528a6e62d919d06929c9bd8f (patch)
tree2686ad359501c785c970e830feea5af77289a608 /tests/Test.cpp
parent66089e4ec4f1702caf2154780471417872862148 (diff)
add extended option to Test
The command line option --extended runs extended tests --verbose reports number of tests run (if recorded) Added simple help as well. Review URL: https://codereview.chromium.org/14063005 git-svn-id: http://skia.googlecode.com/svn/trunk@8595 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/Test.cpp')
-rw-r--r--tests/Test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Test.cpp b/tests/Test.cpp
index e0b997a8b7..79d3aad581 100644
--- a/tests/Test.cpp
+++ b/tests/Test.cpp
@@ -20,7 +20,8 @@ SK_DEFINE_INST_COUNT(skiatest::Reporter)
using namespace skiatest;
-Reporter::Reporter() {
+Reporter::Reporter()
+ : fTestCount(0) {
this->resetReporting();
}