rizin/test/t/echo
pancake 535a2aa713 * r_asm_disassemble use _CONST_ut8* buffer now
* Split core/cmd.c into disasm.c and core/visual.c into vmenus.c
* Fix some warnings reported by valgrind
* Chop instructions disassembled by udis86
* Fix visual prompt display in debugger mode
* Added 'pdi' and 'pdf' commands
  - Used to print just instructions or lengths
  - Documented via 'pd?'
* Added initial work on a test suite for r2
  - Spot a crash!
2011-06-04 03:14:04 +02:00

12 lines
113 B
Text
Executable file

NAME=echo
DEBUG=no
FILE=malloc://1024
ARGS=""
CMDS="
!echo fuck
!echo yeah
q!
"
EXPECT="fuck
yeah"
. ../tests.sh