diff options
Diffstat (limited to '')
| -rw-r--r-- | test/test_all.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index bc019104..71f036a2 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -238,6 +238,8 @@ testset += RegressionTest(["depgraph.py"], base_dir="analysis", (14, 1), (15, 1))) for fname in fnames]) +testset += RegressionTest(["mem.py"], base_dir="analysis") + # Examples class Example(Test): """Examples specificities: |