]> git.pond.sub.org Git - empserver/blob - tests/smoke/02/01
New make target check
[empserver] / tests / smoke / 02 / 01
1 #!/bin/sh
2 . "${SCRIPTDIR}"/common.sh
3 runfeed 1 << EOF
4 desi -1,-1 b
5 mov i 2,0 200 4,0
6 mov i 1,-1 4 jh
7 mov c -1,-1 300 4,0
8 mov c -1,-1 300 3,-1
9 mov c 1,-1 175 3,-1
10 deli i 2,0 0 j
11 deli i 1,-1 0 j
12 mov c 2,0 230 5,-1
13 desi 4,0 k
14 desi 3,-1 j
15 dist # 5,-1
16 thre h 4,0 1
17 thre l 3,-1 1
18 desi 5,-1 h
19 EOF