about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2015-02-10 10:28:28 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2015-02-10 10:28:28 +0100
commit280ab8eb52525c664dba9286949869fadb61f3ed (patch)
treecf2eb6315c6b00d32fb0fa6bb1d4e663e9012a7f /test/test_all.py
parentfd271e8cc52cfa05f45012335dfe180a0c270fcf (diff)
downloadmiasm-280ab8eb52525c664dba9286949869fadb61f3ed.tar.gz
miasm-280ab8eb52525c664dba9286949869fadb61f3ed.zip
Tests: add x86_32 pop esp regression test
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 5de12bf4..66620375 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -120,7 +120,7 @@ class ExampleShellcode(ExampleAssembler):
 testset += ExampleShellcode(['x86_32', 'x86_32_manip_ptr.S', "demo_x86_32.bin"])
 
 test_box = {}
-test_box_names = ["mod", "mod_self", "repmod", "simple", "enc"]
+test_box_names = ["mod", "mod_self", "repmod", "simple", "enc", "pop_esp"]
 for source in test_box_names:
     sample_base = "x86_32_" + source
     args = ["x86_32", sample_base + ".S", sample_base + ".bin", "--PE"]