]> git.pond.sub.org Git - empserver/blob - tests/smoke/03/01
New make target check
[empserver] / tests / smoke / 03 / 01
1 #!/bin/sh
2 . "${SCRIPTDIR}"/common.sh
3 runfeed 1 << EOF
4 cen *
5 map #
6 read y
7 build sh 5,-1 frg
8 mov l 5,-1 102 6,-2
9 mov c 4,0 255 6,-2
10 desi 6,-2 l
11 thre l 6,-2 150
12 mov c 2,0 370 -2,2
13 deliver i 2,0 0 j
14 deliver i 1,-1 0 j
15 thres d 1,1 1
16 thres o -2,2 1
17 thres i 2,0 0
18 thres i 1,-1 0
19 desi -2,2 o
20 desi 1,1 g
21 thres c -1:5,-1 768
22 thres c -2:4,0 768
23 thres c 6,-2 250
24 thres c 4,-2 300
25 thres l 4,-2 100
26 thres o 4,-2 50
27 thres d 4,-2 10
28 thres d -1,-1 50
29 thres c 1,1 768
30 prod *
31 EOF