diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-03-21 17:31:53 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-03-22 11:41:29 +0000 |
commit | 7ace2ebe9491606f2ac68a3f91c1f1d49b6ef6b3 (patch) | |
tree | 753c4d7dc2a6c5e700c1b8ea3ae56f4c77ba2177 /src/tests/tests.c | |
parent | bdb69d587e79219d7dca6f9aa21f8dd3f05adcac (diff) | |
download | ipxe-7ace2ebe9491606f2ac68a3f91c1f1d49b6ef6b3.tar.gz |
[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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/tests.c b/src/tests/tests.c index 78a18a6cc..ccbdde273 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 ); |