diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2016-03-21 18:26:23 +0100 |
|---|---|---|
| committer | serpilliere <serpilliere@users.noreply.github.com> | 2016-03-21 18:26:23 +0100 |
| commit | 4f3f933654de1ccbf88cdcfe494b03f1ae394a17 (patch) | |
| tree | 33d344aeb151d00aa9dd1d5b94fe1d93a38c5f9b /test/test_all.py | |
| parent | 786d97b5ac3d32090cb67a35c43c64eb34041ec7 (diff) | |
| parent | 1d9924a4f753d335ed12a0dc9e6b816414338e18 (diff) | |
| download | miasm-4f3f933654de1ccbf88cdcfe494b03f1ae394a17.tar.gz miasm-4f3f933654de1ccbf88cdcfe494b03f1ae394a17.zip | |
Merge pull request #340 from commial/ELF-symbols
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 |