From 9303454bbfb934017c1054f668f3083c75b2d61c Mon Sep 17 00:00:00 2001 From: Camille Mougey Date: Mon, 23 Feb 2015 17:21:05 +0100 Subject: Core: Introduce BoundedDict and its regression test --- test/test_all.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_all.py') 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 -- cgit 1.4.1