diff options
| author | Camille Mougey <camille.mougey@cea.fr> | 2015-02-23 17:21:05 +0100 |
|---|---|---|
| committer | Camille Mougey <camille.mougey@cea.fr> | 2015-02-23 17:54:59 +0100 |
| commit | 9303454bbfb934017c1054f668f3083c75b2d61c (patch) | |
| tree | 2d1cbeaf42338603556e00241b36afa2842283e8 /test/test_all.py | |
| parent | 4713279e25625b33b8867c35d7da686781b8b9a7 (diff) | |
| download | miasm-9303454bbfb934017c1054f668f3083c75b2d61c.tar.gz miasm-9303454bbfb934017c1054f668f3083c75b2d61c.zip | |
Core: Introduce BoundedDict and its regression test
Diffstat (limited to '')
| -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 |