Browse Source

[test] Add CMS self-tests

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 12 years ago
parent
commit
7ace2ebe94
2 changed files with 1431 additions and 0 deletions
  1. 1430
    0
      src/tests/cms_test.c
  2. 1
    0
      src/tests/tests.c

+ 1430
- 0
src/tests/cms_test.c
File diff suppressed because it is too large
View File


+ 1
- 0
src/tests/tests.c View File

@@ -37,3 +37,4 @@ REQUIRE_OBJECT ( hash_df_test );
37 37
 REQUIRE_OBJECT ( bigint_test );
38 38
 REQUIRE_OBJECT ( rsa_test );
39 39
 REQUIRE_OBJECT ( x509_test );
40
+REQUIRE_OBJECT ( cms_test );

Loading…
Cancel
Save