summaryrefslogtreecommitdiff
path: root/tests/alltests.py
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2009-02-22 21:42:27 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2009-02-22 21:42:27 +0000
commitcf281d35c479d7056ce39b7d63fbcd8945dc7dc4 (patch)
treec4a7212930e2a909e4ff0ffb7fa6fef219995c7f /tests/alltests.py
parent6bd05411f82511020c78f7c57b7ad7f36252149e (diff)
downloadm2crypto-cf281d35c479d7056ce39b7d63fbcd8945dc7dc4.tar.gz
Add tests for RC4 and improve test coverage of other modules.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@672 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'tests/alltests.py')
-rw-r--r--tests/alltests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/alltests.py b/tests/alltests.py
index 194d433..ba89ab9 100644
--- a/tests/alltests.py
+++ b/tests/alltests.py
@@ -34,6 +34,7 @@ def suite():
'tests.test_obj',
'tests.test_pgp',
'tests.test_rand',
+ 'tests.test_rc4',
'tests.test_rsa',
'tests.test_smime',
'tests.test_threading',