Mercurial > hg > vamp-plugin-tester
diff TestDefaults.h @ 8:3019cb6b538d
* Add nondeterministic and verbose options to control output
* Dump returned features in a few more situations, if verbose is set
* Dump features to stdout rather than stderr
author | cannam |
---|---|
date | Wed, 18 Mar 2009 10:51:30 +0000 |
parents | ba3c8cc649d3 |
children | 0c1c60654125 |
line wrap: on
line diff
--- a/TestDefaults.h Tue Mar 17 18:02:29 2009 +0000 +++ b/TestDefaults.h Wed Mar 18 10:51:30 2009 +0000 @@ -47,7 +47,7 @@ { public: TestDefaultProgram() : Test() { } - Results test(std::string key); + Results test(std::string key, Options options); protected: static Tester::TestRegistrar<TestDefaultProgram> m_registrar; @@ -57,7 +57,7 @@ { public: TestDefaultParameters() : Test() { } - Results test(std::string key); + Results test(std::string key, Options options); protected: static Tester::TestRegistrar<TestDefaultParameters> m_registrar; @@ -67,7 +67,7 @@ { public: TestLengthyConstructor() : Test() { } - Results test(std::string key); + Results test(std::string key, Options options); protected: static Tester::TestRegistrar<TestLengthyConstructor> m_registrar;