summaryrefslogtreecommitdiff
path: root/tests/alltests.py
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2008-09-15 05:13:12 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2008-09-15 05:13:12 +0000
commitf77dbf98b2b0c7878e886c6db4e32068b3b9eab3 (patch)
tree007b4cd748f5c1a3808434af1988ca52ed1bc05f /tests/alltests.py
parent8ae09b45853d3a020f5871d5fc6b8cf6a493c1c6 (diff)
downloadm2crypto-f77dbf98b2b0c7878e886c6db4e32068b3b9eab3.tar.gz
Bug 10813, wrap OBJ_* functions, by Pavel Shramov.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@615 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 089845c..77fd08d 100644
--- a/tests/alltests.py
+++ b/tests/alltests.py
@@ -31,6 +31,7 @@ def suite():
'tests.test_dsa',
'tests.test_engine',
'tests.test_evp',
+ 'tests.test_obj',
'tests.test_rand',
'tests.test_rsa',
'tests.test_smime',