diff options
| author | Ajax <commial@gmail.com> | 2016-02-15 16:40:54 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2016-02-16 08:24:25 +0100 |
| commit | 052c02757c8c7aecabb9d86c30dfd672e46ccfa4 (patch) | |
| tree | 30f32695bc995a4cd56f902313aad3a1d4a411f4 /test/test_all.py | |
| parent | 445cf4b1d852f99974a727bdb6031af338ebd399 (diff) | |
| download | miasm-052c02757c8c7aecabb9d86c30dfd672e46ccfa4.tar.gz miasm-052c02757c8c7aecabb9d86c30dfd672e46ccfa4.zip | |
Introduce test for jitload
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index 9d7c1256..adee5f2d 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -242,6 +242,12 @@ testset += RegressionTest(["depgraph.py"], base_dir="analysis", (14, 1), (15, 1))) for fname in fnames]) +## Jitter +for script in ["jitload.py", + ]: + testset += RegressionTest([script], base_dir="jitter") + + # Examples class Example(Test): """Examples specificities: |