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.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index d822b244..ae1ca741 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -43,11 +43,15 @@ all_tests = {
             ["ir/ir2C.py"],
             ["ir/symbexec.py"],
         ],
+        "jitter": [
+            ["jitter/os_dep/win_api_x86_32.py"],
+        ],
         "order": [
             "architecture",
             "core",
             "expression",
             "ir",
+            "jitter",
         ],
     },
     "example": {