summaryrefslogtreecommitdiff
path: root/src/testsuite.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-21 15:49:32 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-21 15:49:32 +0000
commitc3b8b80a334cb638424185f2767b7853f43537da (patch)
tree70757d2e6c9803b54e593c0ccc53724b14924fab /src/testsuite.cpp
parent08c199a4fe99eff5e3ec756acda18d4a292104fd (diff)
Testsuite stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8975 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/testsuite.cpp')
-rw-r--r--src/testsuite.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/testsuite.cpp b/src/testsuite.cpp
index e69de29bb..a9ae8caba 100644
--- a/src/testsuite.cpp
+++ b/src/testsuite.cpp
@@ -0,0 +1,19 @@
+/* +------------------------------------+
+ * | Inspire Internet Relay Chat Daemon |
+ * +------------------------------------+
+ *
+ * InspIRCd: (C) 2002-2008 InspIRCd Development Team
+ * See: http://www.inspircd.org/wiki/index.php/Credits
+ *
+ * This program is free but copyrighted software; see
+ * the file COPYING for details.
+ *
+ * ---------------------------------------------------
+ */
+
+/* $Install: src/inspircd $(BINPATH) */
+
+#include "inspircd.h"
+#include "testsuite.h"
+
+/* $Core: libIRCDtestsuite */