diff options
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"], |