diff options
| author | Camille Mougey <camille.mougey@cea.fr> | 2015-01-26 09:53:30 +0100 |
|---|---|---|
| committer | Camille Mougey <camille.mougey@cea.fr> | 2015-01-26 09:53:30 +0100 |
| commit | 7b9bbe4754db4d1f5229cc5cc5769ad6cf2e0a84 (patch) | |
| tree | 32ee3dbcbfa9d74df96a9bd1bfece6591a145bd1 /test/test_all.py | |
| parent | 4ed9736a17347662a89997f6e2afa1d09af7d3ab (diff) | |
| download | miasm-7b9bbe4754db4d1f5229cc5cc5769ad6cf2e0a84.tar.gz miasm-7b9bbe4754db4d1f5229cc5cc5769ad6cf2e0a84.zip | |
Example/ASM: Add a minimalist example
Diffstat (limited to '')
| -rw-r--r-- | test/test_all.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index 70ab8e66..5de12bf4 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -97,6 +97,9 @@ class ExampleAssembler(Example): """ example_dir = "asm" + +testset += ExampleAssembler(["simple.py"]) + class ExampleShellcode(ExampleAssembler): """Specificities: - script: asm/shellcode.py |