diff options
Diffstat (limited to 'test/test_all.py')
| -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 68830b48..07ac21dd 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -323,6 +323,7 @@ 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"]]) |