diff options
| author | Ajax <commial@gmail.com> | 2017-01-06 13:02:14 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2017-01-06 13:02:14 +0100 |
| commit | e653d822b5a2efc5531c8e153305769a6ab17713 (patch) | |
| tree | 9add151e0d217971ec02d28397dca8a46c42bffc /test/test_all.py | |
| parent | 82da5885a0a2abc2769476ff85d376d6e3bbc229 (diff) | |
| download | miasm-e653d822b5a2efc5531c8e153305769a6ab17713.tar.gz miasm-e653d822b5a2efc5531c8e153305769a6ab17713.zip | |
Test/jitter for each jitter engine
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py index 07ac21dd..a3f3323c 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -325,7 +325,9 @@ for script in ["jitload.py", "vm_mngr.py", "jit_options.py", ]: - testset += RegressionTest([script], base_dir="jitter", tags=[TAGS["tcc"]]) + for engine in ArchUnitTest.jitter_engines: + testset += RegressionTest([script, engine], base_dir="jitter", + tags=[TAGS.get(engine,None)]) # Examples |