Added a test script for dbmmodule.c and added it to testall.py and

updated testall.out
This commit is contained in:
Roger E. Masse 1996-12-10 00:06:24 +00:00
parent 3ac30af867
commit 16f9fd2bcf
3 changed files with 31 additions and 2 deletions

View file

@ -12,7 +12,7 @@ import test_grammar
for t in ['test_opcodes', 'test_operations', 'test_builtin',
'test_exceptions', 'test_types', 'test_math', 'test_time',
'test_array', 'test_strop', 'test_md5', 'test_cmath',
'test_crypt',
'test_crypt', 'test_dbm',
]:
print t
unload(t)