about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2015-11-09 14:00:10 +0100
committerserpilliere <serpilliere@users.noreply.github.com>2015-11-09 14:00:10 +0100
commit7681a432c7c98df9d075701a172df0d5f311f753 (patch)
treec8a59428a32bd412ab4274d14b36112b8df6d7f8 /test/test_all.py
parentc2febe4d410bbc84a7fbfa420143fc0a4a9df281 (diff)
parent26ec3c0b272038e0130b8fc7c9c322b5ab20f2be (diff)
downloadmiasm-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.py1
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"]),