From c3b8b80a334cb638424185f2767b7853f43537da Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 21 Feb 2008 15:49:32 +0000 Subject: [PATCH] Testsuite stuff git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8975 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/testcase.h | 0 include/testsuite.h | 17 +++++++++++++++++ src/testsuite.cpp | 19 +++++++++++++++++++ 3 files changed, 36 insertions(+) delete mode 100644 include/testcase.h create mode 100644 include/testsuite.h diff --git a/include/testcase.h b/include/testcase.h deleted file mode 100644 index e69de29bb..000000000 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 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 */ -- 2.39.5