From 54b2b600de7b6f74d387cb0db55375267572adde Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 21 Feb 2008 15:59:57 +0000 Subject: More test suite stuff git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8976 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/testsuite.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/testsuite.cpp') 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 */ -- cgit v1.2.3