diff options
| author | Romain CARRE <romain.carre@cea.fr> | 2014-07-07 13:42:30 +0200 |
|---|---|---|
| committer | Romain CARRE <romain.carre@cea.fr> | 2014-07-07 13:42:30 +0200 |
| commit | 823f4ec310ae60ec157f1984f53ca4ef149ef91d (patch) | |
| tree | b5ddd1bf4a632ed5fd8f15bcdae1f6209b1aba1f /test/test_all.py | |
| parent | 7c42f6f2139a550f099f6d0ff7b95712abff37ef (diff) | |
| download | miasm-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.py | 4 |
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": { |