diff options
| author | Camille Mougey <camille.mougey@cea.fr> | 2014-09-19 14:18:12 +0200 |
|---|---|---|
| committer | Camille Mougey <camille.mougey@cea.fr> | 2014-09-19 14:18:12 +0200 |
| commit | 602f73846b316b7d6ba14f74355fb0da72571fb6 (patch) | |
| tree | d19648e6bab830fd6233be632174c1cf35cb9ac3 /test/test_all.py | |
| parent | 43fa8c14a817c6c5155f0886bed0c00bf9215710 (diff) | |
| download | miasm-602f73846b316b7d6ba14f74355fb0da72571fb6.tar.gz miasm-602f73846b316b7d6ba14f74355fb0da72571fb6.zip | |
Example: Add an example of a simplification registering
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 0ce04814..784196f6 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -81,6 +81,7 @@ all_tests = { ["expression/simplification_tools.py"], ["expression/asm_to_ir.py"], ["expression/expr_grapher.py"], + ["expression/simplification_add.py"], ["test_dis.py", "-g", "-s", "-m", "arm", "demo_arm.bin", "0"], ["test_dis.py", "-g", "-s", "-m", "x86_32", "box_x86_32.bin", "0x401000"], |