Add more tests to nightly builds
Add Player 02 as an ally for Player 01. Add tests for telegrams, wall, announce, relationships, land units, wire, fire, attack, planes, autofish and autooil.
This commit is contained in:
parent
69c20a2f7b
commit
4c8bb492a3
16 changed files with 325 additions and 5 deletions
25
src/scripts/nightly/tests/14/02
Executable file
25
src/scripts/nightly/tests/14/02
Executable file
|
@ -0,0 +1,25 @@
|
|||
#!/bin/sh
|
||||
. "${SCRIPTDIR}"/common.sh
|
||||
runfeed 2 << EOF
|
||||
des 0:2,0 m
|
||||
thres i 0:2,0 1
|
||||
thres i -5,-1 999
|
||||
dist * -4,-2
|
||||
thres o 4,0 1
|
||||
wall
|
||||
Sure
|
||||
.
|
||||
declare alliance 1
|
||||
declare hostile 8
|
||||
wire y
|
||||
announce
|
||||
Hello World
|
||||
.
|
||||
wire y
|
||||
flash 1 Testing Flash
|
||||
bmap #1
|
||||
cen *
|
||||
map #
|
||||
read y
|
||||
prod *
|
||||
EOF
|
Loading…
Add table
Add a link
Reference in a new issue