diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2015-02-23 21:29:09 +0100 |
|---|---|---|
| committer | serpilliere <serpilliere@users.noreply.github.com> | 2015-02-23 21:29:09 +0100 |
| commit | dd0ecf0380c42d8eecdaa5f91dbac401994a4173 (patch) | |
| tree | 515821cff8cdac2143f5c4759be6f68611789f70 /test/test_all.py | |
| parent | cc21187b2844413822ab0179af8d6464e12cf8d5 (diff) | |
| parent | 59a7c6f3d153abedd12c4a1ab9700230ad8b8002 (diff) | |
| download | miasm-dd0ecf0380c42d8eecdaa5f91dbac401994a4173.tar.gz miasm-dd0ecf0380c42d8eecdaa5f91dbac401994a4173.zip | |
Merge pull request #85 from commial/bounded-dict
Bounded dict
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 0ecc677f..8d759053 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -100,6 +100,7 @@ testset += SemanticTestExec("x86_32", "PE", 0x401000, ["bsr_bsf"], for script in ["interval.py", "graph.py", "parse_asm.py", + "utils.py", ]: testset += RegressionTest([script], base_dir="core") ## Expression |