From 544273b1d41bccb95c882acb52b198c33d8c3ab1 Mon Sep 17 00:00:00 2001 From: Ajax Date: Mon, 9 Nov 2015 14:22:41 +0100 Subject: Test: add example/disasm/callback.py to tests --- test/test_all.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_all.py') 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"]), -- cgit 1.4.1