about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorRomain CARRE <romain.carre@cea.fr>2014-07-07 13:42:30 +0200
committerRomain CARRE <romain.carre@cea.fr>2014-07-07 13:42:30 +0200
commit823f4ec310ae60ec157f1984f53ca4ef149ef91d (patch)
treeb5ddd1bf4a632ed5fd8f15bcdae1f6209b1aba1f /test/test_all.py
parent7c42f6f2139a550f099f6d0ff7b95712abff37ef (diff)
downloadmiasm-823f4ec310ae60ec157f1984f53ca4ef149ef91d.tar.gz
miasm-823f4ec310ae60ec157f1984f53ca4ef149ef91d.zip
ajout test jitter/os_dep/win_api_x86_32.py
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": {