diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2015-11-09 14:00:10 +0100 |
|---|---|---|
| committer | serpilliere <serpilliere@users.noreply.github.com> | 2015-11-09 14:00:10 +0100 |
| commit | 7681a432c7c98df9d075701a172df0d5f311f753 (patch) | |
| tree | c8a59428a32bd412ab4274d14b36112b8df6d7f8 /test/test_all.py | |
| parent | c2febe4d410bbc84a7fbfa420143fc0a4a9df281 (diff) | |
| parent | 26ec3c0b272038e0130b8fc7c9c322b5ab20f2be (diff) | |
| download | miasm-7681a432c7c98df9d075701a172df0d5f311f753.tar.gz miasm-7681a432c7c98df9d075701a172df0d5f311f753.zip | |
Merge pull request #254 from commial/keyword-disasm-cb
Keyword disasm cb
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | 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 8d5d16fe..faae79c5 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -250,6 +250,7 @@ class ExampleDisassembler(Example): for script, prods in [(["single_instr.py"], []), + (["callback.py"], []), (["function.py"], ["graph.txt"]), (["file.py", Example.get_sample("box_upx.exe"), "0x407570"], ["graph.txt"]), |