forked from github/server
remov bsdstring tests and include
This commit is contained in:
parent
83149de26a
commit
a6c2a878e0
|
@ -54,7 +54,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
/* util includes */
|
||||
#include <util/attrib.h>
|
||||
#include <util/base36.h>
|
||||
#include <util/bsdstring.h>
|
||||
#include <util/crmessage.h>
|
||||
#include <util/event.h>
|
||||
#include <util/language.h>
|
||||
|
|
|
@ -38,7 +38,6 @@ without prior permission by the authors of Eressea.
|
|||
|
||||
/* util includes */
|
||||
#include <util/attrib.h>
|
||||
#include <util/bsdstring.h>
|
||||
#include <util/crmessage.h>
|
||||
#include <util/functions.h>
|
||||
#include <util/language.h>
|
||||
|
|
|
@ -42,7 +42,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
/* util includes */
|
||||
#include <util/assert.h>
|
||||
#include <util/attrib.h>
|
||||
#include <util/bsdstring.h>
|
||||
#include <util/gamedata.h>
|
||||
#include <util/strings.h>
|
||||
#include <util/lists.h>
|
||||
|
|
|
@ -59,7 +59,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include <util/assert.h>
|
||||
#include <util/attrib.h>
|
||||
#include <util/base36.h>
|
||||
#include <util/bsdstring.h>
|
||||
#include <util/event.h>
|
||||
#include <util/filereader.h>
|
||||
#include <util/gamedata.h>
|
||||
|
|
|
@ -39,7 +39,6 @@ without prior permission by the authors of Eressea.
|
|||
|
||||
/* util includes */
|
||||
#include <util/attrib.h>
|
||||
#include <util/bsdstring.h>
|
||||
#include <util/crmessage.h>
|
||||
#include <util/functions.h>
|
||||
#include <util/language.h>
|
||||
|
|
|
@ -78,7 +78,6 @@ int RunAllTests(int argc, char *argv[])
|
|||
ADD_SUITE(config);
|
||||
ADD_SUITE(attrib);
|
||||
ADD_SUITE(base36);
|
||||
ADD_SUITE(bsdstring);
|
||||
ADD_SUITE(functions);
|
||||
ADD_SUITE(gamedata);
|
||||
ADD_SUITE(language);
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <kernel/spellbook.h>
|
||||
#include <kernel/terrain.h>
|
||||
#include <kernel/messages.h>
|
||||
#include <util/bsdstring.h>
|
||||
#include <util/functions.h>
|
||||
#include <util/language.h>
|
||||
#include <util/lists.h>
|
||||
|
|
|
@ -28,7 +28,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include <kernel/region.h>
|
||||
#include <kernel/faction.h>
|
||||
#include <util/attrib.h>
|
||||
#include <util/bsdstring.h>
|
||||
#include <util/log.h>
|
||||
#include <util/language.h>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ project(util C)
|
|||
SET(_TEST_FILES
|
||||
attrib.test.c
|
||||
base36.test.c
|
||||
bsdstring.test.c
|
||||
# bsdstring.test.c
|
||||
# crmessage.test.c
|
||||
# dice.test.c
|
||||
# event.test.c
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#include "nrmessage_struct.h"
|
||||
|
||||
/* util includes */
|
||||
#include "bsdstring.h"
|
||||
#include "log.h"
|
||||
#include "message.h"
|
||||
#include "language.h"
|
||||
|
|
Loading…
Reference in New Issue