aboutsummaryrefslogtreecommitdiff
path: root/conformance/conformance_test.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2015-07-20 11:06:17 -0700
committerJoshua Haberman <jhaberman@gmail.com>2015-07-20 11:06:17 -0700
commitaba42edd8c3c5ae4edeebdacd1a3b4192bd5550f (patch)
treeb6f22f84e6109a51b59bf8092e36b69dbe9c6e49 /conformance/conformance_test.h
parent58035596e7864c66008a1f6222dce54031610ff4 (diff)
parentc2c43a4917d7da263e360a4096d6603da8535bdf (diff)
downloadprotobuf-aba42edd8c3c5ae4edeebdacd1a3b4192bd5550f.tar.gz
protobuf-aba42edd8c3c5ae4edeebdacd1a3b4192bd5550f.tar.bz2
protobuf-aba42edd8c3c5ae4edeebdacd1a3b4192bd5550f.zip
Merge pull request #604 from haberman/ruby-conformance
Added Ruby to conformance tests.
Diffstat (limited to 'conformance/conformance_test.h')
-rw-r--r--conformance/conformance_test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/conformance/conformance_test.h b/conformance/conformance_test.h
index cadda828..9e6cdaee 100644
--- a/conformance/conformance_test.h
+++ b/conformance/conformance_test.h
@@ -85,6 +85,8 @@ class ConformanceTestSuite {
public:
ConformanceTestSuite() : verbose_(false) {}
+ void SetVerbose(bool verbose) { verbose_ = verbose; }
+
// Sets the list of tests that are expected to fail when RunSuite() is called.
// RunSuite() will fail unless the set of failing tests is exactly the same
// as this list.