about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorserpilliere <devnull@localhost>2014-07-10 13:36:11 +0200
committerserpilliere <devnull@localhost>2014-07-10 13:36:11 +0200
commit1d7d8d39c8289238ff52b2e0a150be6c89d6aacf (patch)
tree80323af8a611d32621ce5273614d9be38e8f6d4f /test/test_all.py
parent8bcd58094840b9eafff190ad7fb5e85c258a0fcf (diff)
parent823f4ec310ae60ec157f1984f53ca4ef149ef91d (diff)
downloadmiasm-1d7d8d39c8289238ff52b2e0a150be6c89d6aacf.tar.gz
miasm-1d7d8d39c8289238ff52b2e0a150be6c89d6aacf.zip
merge
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": {