diff options
| author | Camille Mougey <commial@gmail.com> | 2018-07-10 16:25:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-10 16:25:54 +0200 |
| commit | a5221c1b926af7716860fd27039528cfb54d6095 (patch) | |
| tree | 00f29558bdcee14fa475ecf17d7badd45f029de4 /test/test_all.py | |
| parent | 17d48de1951c81fc8b5b4184713a971537747227 (diff) | |
| parent | f08ef523e0a30f89c5e05c894541d180e871fd1c (diff) | |
| download | miasm-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-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") |