radare2/test/config.sh
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

9 lines
141 B
Bash

# CONFIGURATION FILE FOR TEST SUITE #
r2=../../binr/radare2/radare2
if [ -z "${DEBUG}" ]; then
:
#DEBUG=1
#DEBUG=valgrind
fi
export r2 DEBUG