diff options
| author | Camille Mougey <camille.mougey@cea.fr> | 2014-12-14 18:25:52 +0100 |
|---|---|---|
| committer | Camille Mougey <camille.mougey@cea.fr> | 2014-12-14 18:25:52 +0100 |
| commit | 9c518f0edd4d0dbc1a9be7084015d53673b488fc (patch) | |
| tree | 3d16c611cd5c778625312b74b22590e3626345c3 /test/test_all.py | |
| parent | 90180500af9736e3943afea2a6ea72b44f9ea469 (diff) | |
| download | miasm-9c518f0edd4d0dbc1a9be7084015d53673b488fc.tar.gz miasm-9c518f0edd4d0dbc1a9be7084015d53673b488fc.zip | |
Example: Add a new example using C & Python translation
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 |