about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authoridl3r <idler1984@gmail.com>2019-06-28 18:17:42 +0800
committerserpilliere <serpilliere@users.noreply.github.com>2019-06-28 12:17:42 +0200
commit812e094b866b06c74ab4383018f672735b1e3450 (patch)
tree8b73c7470252ced7a8afa989c03ba09888fd10c7 /test/test_all.py
parentdcb81290c1c828a49cdb85fbab89f44ea251deb3 (diff)
downloadmiasm-812e094b866b06c74ab4383018f672735b1e3450.tar.gz
miasm-812e094b866b06c74ab4383018f672735b1e3450.zip
test: mem_breakpoint.py as a sample of memory breakpoints and its handlers. (#1050)
* test: add mem_breakpoint.py

* test: enable args

* test: add mem_breakpoint.py to test_all script

* test: update memory mapping in mem_breakpoint.py
Diffstat (limited to 'test/test_all.py')
-rwxr-xr-xtest/test_all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index ce223211..9dcd43e0 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -461,6 +461,7 @@ for script in ["jitload.py",
                "test_post_instr.py",
                "bad_block.py",
                "jmp_out_mem.py",
+               "mem_breakpoint.py",
                ]:
     for engine in ArchUnitTest.jitter_engines:
         testset += RegressionTest([script, engine], base_dir="jitter",