diff options
Diffstat (limited to 'test/orm/alltests.py')
-rw-r--r-- | test/orm/alltests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/orm/alltests.py b/test/orm/alltests.py index ffcdd3d21..6d6aba2b2 100644 --- a/test/orm/alltests.py +++ b/test/orm/alltests.py @@ -17,6 +17,7 @@ def suite(): 'orm.relationships', 'orm.association', 'orm.merge', + 'orm.memusage', 'orm.cycles', 'orm.poly_linked_list', |