diff options
author | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | 1996-12-09 23:13:07 (GMT) |
---|---|---|
committer | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | 1996-12-09 23:13:07 (GMT) |
commit | b6b85ddc952e5a40335030d4cd3551efb9a4bb3c (patch) | |
tree | 346336c8b582da9c24807912ec47a504bc2af2a4 /Lib/test/testall.py | |
parent | 5632ce033f3a3ab46d360ac8fbf262769fe90d81 (diff) | |
download | cpython-b6b85ddc952e5a40335030d4cd3551efb9a4bb3c.zip cpython-b6b85ddc952e5a40335030d4cd3551efb9a4bb3c.tar.gz cpython-b6b85ddc952e5a40335030d4cd3551efb9a4bb3c.tar.bz2 |
Test script/output for cryptmodule.c added to testall.py and testall.out
Diffstat (limited to 'Lib/test/testall.py')
-rw-r--r-- | Lib/test/testall.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/testall.py b/Lib/test/testall.py index 9d680b1..176be56 100644 --- a/Lib/test/testall.py +++ b/Lib/test/testall.py @@ -12,6 +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', ]: print t unload(t) |