diff options
| author | Ajax <commial@gmail.com> | 2016-03-21 16:27:09 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2016-03-21 16:28:23 +0100 |
| commit | 1d9924a4f753d335ed12a0dc9e6b816414338e18 (patch) | |
| tree | 33d344aeb151d00aa9dd1d5b94fe1d93a38c5f9b /test/test_all.py | |
| parent | 786d97b5ac3d32090cb67a35c43c64eb34041ec7 (diff) | |
| download | miasm-1d9924a4f753d335ed12a0dc9e6b816414338e18.tar.gz miasm-1d9924a4f753d335ed12a0dc9e6b816414338e18.zip | |
Introduce Container.symbol_pool, containing container symbols (if any)
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index d633d85c..704e834f 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -459,6 +459,10 @@ testset += ExampleDisasmFull(["x86_64", Example.get_sample("demo_x86_64.bin"), "0x401000"], depends=[test_x86_64]) testset += ExampleDisasmFull(["aarch64l", Example.get_sample("md5_aarch64l"), "0x400A00"], depends=[test_aarch64l]) +testset += ExampleDisasmFull(["x86_32", os.path.join("..", "..", "test", + "arch", "x86", "qemu", + "test-i386"), + "func_iret"]) ## Expression |