diff options
| author | idl3r <idler1984@gmail.com> | 2019-06-28 18:17:42 +0800 |
|---|---|---|
| committer | serpilliere <serpilliere@users.noreply.github.com> | 2019-06-28 12:17:42 +0200 |
| commit | 812e094b866b06c74ab4383018f672735b1e3450 (patch) | |
| tree | 8b73c7470252ced7a8afa989c03ba09888fd10c7 /test/test_all.py | |
| parent | dcb81290c1c828a49cdb85fbab89f44ea251deb3 (diff) | |
| download | miasm-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-x | test/test_all.py | 1 |
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", |