]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/testsuite.h
Merge branch 'master+crossmodevents'
[user/henk/code/inspircd.git] / include / testsuite.h
index 7354a005c24f4c9a52f83a37df8121175dc67af8..c760513f892411febae77d39241ac9c35178e185 100644 (file)
@@ -1,18 +1,24 @@
-/*       +------------------------------------+
- *       | Inspire Internet Relay Chat Daemon |
- *       +------------------------------------+
+/*
+ * InspIRCd -- Internet Relay Chat Daemon
  *
- *  InspIRCd: (C) 2002-2010 InspIRCd Development Team
- * See: http://wiki.inspircd.org/Credits
  *
- * This program is free but copyrighted software; see
- *          the file COPYING for details.
+ * This file is part of InspIRCd.  InspIRCd is free software: you can
+ * redistribute it and/or modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation, version 2.
  *
- * ---------------------------------------------------
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef TESTSUITE_H
-#define TESTSUITE_H
+
+#pragma once
+
+#ifdef INSPIRCD_ENABLE_TESTSUITE
 
 class TestSuite
 {
@@ -24,6 +30,7 @@ class TestSuite
        bool DoWildTests();
        bool DoCommaSepStreamTests();
        bool DoSpaceSepStreamTests();
+       bool DoGenerateUIDTests();
 };
 
 #endif