diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2014-12-15 10:00:12 +0100 |
|---|---|---|
| committer | serpilliere <serpilliere@users.noreply.github.com> | 2014-12-15 10:00:12 +0100 |
| commit | 68ef4936f35c50a85b318f1f569f67089a1f7c82 (patch) | |
| tree | 3d16c611cd5c778625312b74b22590e3626345c3 /test/test_all.py | |
| parent | ffb348a3a3a420cf3301d03fc110bb4fe6d7306c (diff) | |
| parent | 9c518f0edd4d0dbc1a9be7084015d53673b488fc (diff) | |
| download | miasm-68ef4936f35c50a85b318f1f569f67089a1f7c82.tar.gz miasm-68ef4936f35c50a85b318f1f569f67089a1f7c82.zip | |
Merge pull request #23 from commial/refactor-irtranslators
Introduce IR Translators
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index 44dd75fa..db4c2c6d 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -155,6 +155,7 @@ for script in [["symbol_exec.py"], ["expression/expr_grapher.py"], ["expression/simplification_add.py"], ["expression/expr_random.py"], + ["expression/expr_translate.py"], ]: testset += Example(script) ## Jitter |