diff options
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | 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 9b17aa92..a10ab026 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -262,6 +262,7 @@ testset += RegressionTest(["test_chandler.py"], base_dir="expr_type", ## IR for script in ["symbexec.py", "ir.py", + "reduce_graph.py" ]: testset += RegressionTest([script], base_dir="ir") |