Mercurial > hg > vamp-plugin-tester
comparison TestMultipleRuns.h @ 5:6a279da6fdd7
* Add tests for default programs & parameters, etc
author | cannam |
---|---|
date | Tue, 17 Mar 2009 17:46:25 +0000 |
parents | c9a4bd247497 |
children | 3019cb6b538d |
comparison
equal
deleted
inserted
replaced
4:d8724c5a6d83 | 5:6a279da6fdd7 |
---|---|
71 | 71 |
72 protected: | 72 protected: |
73 static Tester::TestRegistrar<TestInterleavedRuns> m_registrar; | 73 static Tester::TestRegistrar<TestInterleavedRuns> m_registrar; |
74 }; | 74 }; |
75 | 75 |
76 class TestDifferentStartTimes : public Test | |
77 { | |
78 public: | |
79 TestDifferentStartTimes() : Test() { } | |
80 Results test(std::string key); | |
81 | |
82 protected: | |
83 static Tester::TestRegistrar<TestDifferentStartTimes> m_registrar; | |
84 }; | |
85 | |
76 #endif | 86 #endif |