]> git.pond.sub.org Git - empserver/blob - tests/load-tend-test
client: Unbreak standalone build
[empserver] / tests / load-tend-test
1 #!/bin/sh -e
2 # Load/unload test for Empire
3
4 if [ $# -ne 1 ]
5 then echo "Usage: $0 SRCDIR" >&2; exit 1
6 fi
7
8 srcdir="$1"
9
10 . "$srcdir"/tests/test-common.sh
11
12 create_sandbox
13 cat >>$econfig <<EOF
14 WORLD_X 24
15 WORLD_Y 12
16 NO_PLAGUE 0
17 MARKET 1
18 EOF
19 customize big-city
20 # TODO actually cover plague and market
21 # TODO observe land unit fortification
22 # TODO observe mission and retreat orders
23
24 begin_test "$srcdir"/tests/load-tend/setup-POGO
25 feed_dir "$srcdir"/tests/load-tend
26 end_test
27
28 cmp_logs_xdump