16 lines
132 B
Text
Executable file
16 lines
132 B
Text
Executable file
DEBUG=no
|
|
FILE=malloc://1024
|
|
ARGS=""
|
|
CMDS='
|
|
s 10
|
|
f foo
|
|
f bar
|
|
f cow
|
|
f-cow
|
|
f-bar
|
|
f-foo
|
|
pi 1
|
|
'
|
|
EXPECT="nop
|
|
mov eax, 0x21"
|
|
. ../tests.sh
|