about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2018-07-10 16:25:54 +0200
committerGitHub <noreply@github.com>2018-07-10 16:25:54 +0200
commita5221c1b926af7716860fd27039528cfb54d6095 (patch)
tree00f29558bdcee14fa475ecf17d7badd45f029de4 /test/test_all.py
parent17d48de1951c81fc8b5b4184713a971537747227 (diff)
parentf08ef523e0a30f89c5e05c894541d180e871fd1c (diff)
downloadmiasm-a5221c1b926af7716860fd27039528cfb54d6095.tar.gz
miasm-a5221c1b926af7716860fd27039528cfb54d6095.zip
Merge pull request #793 from serpilliere/clean_rename_ircfg
Clean rename ircfg
Diffstat (limited to 'test/test_all.py')
-rwxr-xr-xtest/test_all.py1
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")