summaryrefslogtreecommitdiff
path: root/src/testsuite.cpp
diff options
context:
space:
mode:
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 */