about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorajax <devnull@localhost>2014-09-24 15:17:17 +0200
committerajax <devnull@localhost>2014-09-24 15:17:17 +0200
commita6211b4db008c182ae7dbebbdbcce623afcd9e82 (patch)
treeec11cd7a03854b8fc003965a0ecd189352564d07 /test/test_all.py
parent2d4f214f9d42bae556447a6aac375e50a4d62d12 (diff)
downloadmiasm-a6211b4db008c182ae7dbebbdbcce623afcd9e82.tar.gz
miasm-a6211b4db008c182ae7dbebbdbcce623afcd9e82.zip
Example: Add Unpack_Gen, a skeleton for unpacking scripts
Diffstat (limited to '')
-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 f931b776..f5d66396 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -104,6 +104,7 @@ all_tests = {
                     ["sandbox_pe_x86_32.py", "box_x86_32_mod.bin"],
                     ["sandbox_pe_x86_32.py", "box_x86_32_repmod.bin"],
                     ["sandbox_pe_x86_32.py", "box_x86_32_mod_self.bin"],
+                    ["unpack_gen.py"],
                     ])),
         "order": [
             "assembler",