mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +00:00
Add sample test for the r2r overlay
This commit is contained in:
parent
f5c67d8bdf
commit
22cda07b6c
2
t/Makefile
Normal file
2
t/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
all:
|
||||
$(MAKE) -C ../radare2-regressions radare2
|
9
t/test_example
Executable file
9
t/test_example
Executable file
@ -0,0 +1,9 @@
|
||||
[ -f ../radare2-regressions/tests.sh ] && \
|
||||
. ../radare2-regressions/tests.sh
|
||||
|
||||
NAME='test example'
|
||||
FILE=-
|
||||
CMDS='?e hello world'
|
||||
EXPECT='hello world
|
||||
'
|
||||
run_test
|
Loading…
Reference in New Issue
Block a user