about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtest/test_all.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py
index bec0c78d..59624832 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -325,8 +325,11 @@ for i, test_args in enumerate(test_args):
 ## Jitter
 for script in ["jitload.py",
                "vm_mngr.py",
+               "jit_options.py",
                ]:
-    testset += RegressionTest([script], base_dir="jitter", tags=[TAGS["tcc"]])
+    for engine in ArchUnitTest.jitter_engines:
+        testset += RegressionTest([script, engine], base_dir="jitter",
+                                  tags=[TAGS.get(engine,None)])
 
 
 # Examples