summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/testcase.h0
-rw-r--r--include/testsuite.h17
2 files changed, 17 insertions, 0 deletions
diff --git a/include/testcase.h b/include/testcase.h
deleted file mode 100644
index e69de29bb..000000000
--- a/include/testcase.h
+++ /dev/null
diff --git a/include/testsuite.h b/include/testsuite.h
new file mode 100644
index 000000000..447e2b15e
--- /dev/null
+++ b/include/testsuite.h
@@ -0,0 +1,17 @@
+/* +------------------------------------+
+ * | 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.
+ *
+ * ---------------------------------------------------
+ */
+
+#ifndef __TESTSUITE_H__
+#define __TESTSUITE_H__
+
+#endif