about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-11-09 14:22:41 +0100
committerAjax <commial@gmail.com>2015-11-09 14:22:41 +0100
commit544273b1d41bccb95c882acb52b198c33d8c3ab1 (patch)
tree573b362e03363e837aeb583602e219d3a5aec86d /test/test_all.py
parent1ae7dfe4130c8ea023addd8993241f26efc04f54 (diff)
downloadmiasm-544273b1d41bccb95c882acb52b198c33d8c3ab1.tar.gz
miasm-544273b1d41bccb95c882acb52b198c33d8c3ab1.zip
Test: add example/disasm/callback.py to tests
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"]),