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')
-rw-r--r--test/test_all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index c9401552..c3e3c1fb 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -319,6 +319,7 @@ for i, test_args in enumerate(test_args):
 
 ## Jitter
 for script in ["jitload.py",
+               "vm_mngr.py",
                ]:
     testset += RegressionTest([script], base_dir="jitter", tags=[TAGS["tcc"]])