forked from github/server
Moving some things around in the external directory.
I am deliberately breaking the VS2010 projects with this. I am probably breaking the Eressea server.
This commit is contained in:
parent
af7d059834
commit
9f2e1d475b
|
@ -25,7 +25,8 @@ without prior permission by the authors of Eressea.
|
|||
#include <util/resolve.h>
|
||||
#include <util/storage.h>
|
||||
|
||||
#include <bson/bson.h>
|
||||
/* external libraries */
|
||||
#include <bson.h>
|
||||
|
||||
#include <lua.h>
|
||||
#include <tolua.h>
|
||||
|
|
|
@ -62,7 +62,7 @@ without prior permission by the authors of Eressea.
|
|||
#include <util/rng.h>
|
||||
#include <util/storage.h>
|
||||
|
||||
#include <iniparser/iniparser.h>
|
||||
#include <iniparser.h>
|
||||
#include <tolua.h>
|
||||
#include <lua.h>
|
||||
|
||||
|
|
|
@ -22,5 +22,5 @@
|
|||
#include <md5.c>
|
||||
|
||||
#ifndef DISABLE_TESTS
|
||||
#include <cutest/CuTest.c>
|
||||
#include <CuTest.c>
|
||||
#endif
|
||||
|
|
|
@ -2,15 +2,11 @@
|
|||
#include <platform.h>
|
||||
#include "stdafx.h"
|
||||
|
||||
#include <iniparser/iniparser.c>
|
||||
#include <mt19937ar.c>
|
||||
|
||||
#include <util/bsdstring.c>
|
||||
|
||||
#include <util/console.c>
|
||||
#include <util/attrib.c>
|
||||
#include <util/base36.c>
|
||||
#include <util/critbit.c>
|
||||
#include <util/crmessage.c>
|
||||
#include <util/dice.c>
|
||||
#include <util/event.c>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include <kernel/building.h>
|
||||
#include <kernel/ship.h>
|
||||
|
||||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include <tests.h>
|
||||
|
||||
static void test_give_control_building(CuTest * tc)
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
#include <util/language.h>
|
||||
|
||||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include <tests.h>
|
||||
|
||||
static void test_new_building_can_be_renamed(CuTest * tc)
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include <util/language.h>
|
||||
|
||||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include <tests.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "skill.h"
|
||||
#include "unit.h"
|
||||
#include "tests.h"
|
||||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
|
||||
static void test_make_fighter(CuTest * tc)
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include <kernel/building.h>
|
||||
#include <kernel/unit.h>
|
||||
|
||||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include <tests.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -75,7 +75,8 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include <libxml/tree.h>
|
||||
#include <libxml/xpath.h>
|
||||
|
||||
#include <iniparser/iniparser.h>
|
||||
/* external libraries */
|
||||
#include <iniparser.h>
|
||||
|
||||
/* libc includes */
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include <util/attrib.h>
|
||||
|
||||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
|
||||
static void test_curse(CuTest * tc)
|
||||
{
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include <util/quicklist.h>
|
||||
|
||||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include <tests.h>
|
||||
|
||||
void test_equipment(CuTest * tc)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include <kernel/item.h>
|
||||
#include <util/language.h>
|
||||
|
||||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include <tests.h>
|
||||
|
||||
void test_resource_type(CuTest * tc)
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include <util/quicklist.h>
|
||||
#include <util/language.h>
|
||||
|
||||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include <tests.h>
|
||||
|
||||
void test_updatespells(CuTest * tc)
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include <util/language.h>
|
||||
|
||||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include <tests.h>
|
||||
|
||||
static void test_building_type_exists(CuTest * tc)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include "unit.h"
|
||||
#include "item.h"
|
||||
#include "region.h"
|
||||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include <tests.h>
|
||||
|
||||
void test_change_resource(CuTest * tc)
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include <kernel/ship.h>
|
||||
#include <kernel/unit.h>
|
||||
|
||||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include <tests.h>
|
||||
|
||||
static void test_reorder_units(CuTest * tc)
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include <kernel/ship.h>
|
||||
#include <kernel/unit.h>
|
||||
|
||||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include <tests.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include <kernel/spell.h>
|
||||
#include <kernel/magic.h>
|
||||
|
||||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include <tests.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include <util/quicklist.h>
|
||||
#include <util/language.h>
|
||||
|
||||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include <tests.h>
|
||||
|
||||
|
||||
|
|
|
@ -56,6 +56,7 @@ struct ship;
|
|||
struct ship_type;
|
||||
struct skill;
|
||||
struct spell;
|
||||
struct spellbook;
|
||||
struct storage;
|
||||
struct strlist;
|
||||
struct terrain_type;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <platform.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include <kernel/item.h>
|
||||
#include <kernel/region.h>
|
||||
|
||||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
|
||||
static void test_recreate_world(CuTest * tc)
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include "base36.h"
|
||||
#include <stdlib.h>
|
||||
#include <limits.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include "bsdstring.h"
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "functions.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "quicklist.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <cutest/CuTest.h>
|
||||
#include <CuTest.h>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in New Issue