diff options
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: |