diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-03-13 16:44:59 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-03-13 23:27:38 +0000 |
commit | 4e53303c03a9b24e192811716fa62ce7444c5df2 (patch) | |
tree | b399b293accb522c1e7346ad6bd1f67e761763f5 /src/tests/tests.c | |
parent | 071184a6e488f68b2b3149b801ab56e2b02cec3e (diff) | |
download | ipxe-4e53303c03a9b24e192811716fa62ce7444c5df2.tar.gz |
[test] Add big integer self-tests
These test vectors are generated using Perl's Math::BigInt.
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 c759de7fc..278addee2 100644 --- a/src/tests/tests.c +++ b/src/tests/tests.c @@ -33,3 +33,4 @@ REQUIRE_OBJECT ( sha256_test ); REQUIRE_OBJECT ( aes_cbc_test ); REQUIRE_OBJECT ( hmac_drbg_test ); REQUIRE_OBJECT ( hash_df_test ); +REQUIRE_OBJECT ( bigint_test ); |