diff options
| author | 2008-02-21 15:59:57 +0000 | |
|---|---|---|
| committer | 2008-02-21 15:59:57 +0000 | |
| commit | 54b2b600de7b6f74d387cb0db55375267572adde (patch) | |
| tree | 3a3da00dccb4da5d000c55b12f87ae8294b59b9f /src/testsuite.cpp | |
| parent | Testsuite stuff (diff) | |
| download | inspircd++-54b2b600de7b6f74d387cb0db55375267572adde.tar.gz inspircd++-54b2b600de7b6f74d387cb0db55375267572adde.tar.bz2 inspircd++-54b2b600de7b6f74d387cb0db55375267572adde.zip | |
More test suite stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8976 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/testsuite.cpp')
| -rw-r--r-- | src/testsuite.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/testsuite.cpp b/src/testsuite.cpp index a9ae8caba..80a9a3d38 100644 --- a/src/testsuite.cpp +++ b/src/testsuite.cpp @@ -16,4 +16,13 @@ #include "inspircd.h" #include "testsuite.h" +TestSuite::TestSuite(InspIRCd* ServerInstance) +{ + FOREACH_MOD(I_OnRunTestSuite, OnRunTestSuite()); +} + +TestSuite::~TestSuite() +{ +} + /* $Core: libIRCDtestsuite */ |
