diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-21 16:32:38 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-21 16:32:38 +0000 |
commit | 14b1960421814bcc6e5a744dad3d0b6d81a2771c (patch) | |
tree | 170ddeb26a0709acf5324ab21df6118c43cf37b0 /include/testsuite.h | |
parent | 6c7bacd6c277983080f59590ca1a95c6fa37f1e4 (diff) |
Testsuite now does something
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8979 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/testsuite.h')
-rw-r--r-- | include/testsuite.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/testsuite.h b/include/testsuite.h index b72e2b3a1..27472faa9 100644 --- a/include/testsuite.h +++ b/include/testsuite.h @@ -18,9 +18,13 @@ class InspIRCd; class TestSuite : public Extensible { + private: + InspIRCd* ServerInstance; public: - TestSuite(InspIRCd* ServerInstance); + TestSuite(InspIRCd* Instance); ~TestSuite(); + + bool DoThreadTests(); }; #endif |