mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +00:00
10 lines
162 B
Plaintext
Executable File
10 lines
162 B
Plaintext
Executable File
[ -f ../radare2-regressions/tests.sh ] && \
|
|
. ../radare2-regressions/tests.sh
|
|
|
|
NAME='test example'
|
|
FILE=-
|
|
CMDS='?e hello world'
|
|
EXPECT='hello world
|
|
'
|
|
run_test
|