summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown2012-03-21 18:31:53 +0100
committerMichael Brown2012-03-22 12:41:29 +0100
commit7ace2ebe9491606f2ac68a3f91c1f1d49b6ef6b3 (patch)
tree753c4d7dc2a6c5e700c1b8ea3ae56f4c77ba2177 /src/tests/tests.c
parent[crypto] Add support for Cryptographic Message Syntax (PKCS #7) (diff)
downloadipxe-7ace2ebe9491606f2ac68a3f91c1f1d49b6ef6b3.tar.gz
ipxe-7ace2ebe9491606f2ac68a3f91c1f1d49b6ef6b3.tar.xz
ipxe-7ace2ebe9491606f2ac68a3f91c1f1d49b6ef6b3.zip
[test] Add CMS self-tests
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/tests/tests.c')
-rw-r--r--src/tests/tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/tests.c b/src/tests/tests.c
index 78a18a6c..ccbdde27 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -37,3 +37,4 @@ REQUIRE_OBJECT ( hash_df_test );
REQUIRE_OBJECT ( bigint_test );
REQUIRE_OBJECT ( rsa_test );
REQUIRE_OBJECT ( x509_test );
+REQUIRE_OBJECT ( cms_test );