about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
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 ce223211..9dcd43e0 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -461,6 +461,7 @@ for script in ["jitload.py",
                "test_post_instr.py",
                "bad_block.py",
                "jmp_out_mem.py",
+               "mem_breakpoint.py",
                ]:
     for engine in ArchUnitTest.jitter_engines:
         testset += RegressionTest([script, engine], base_dir="jitter",