aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2012-03-18 17:27:07 +0000
committerMichael Brown <mcb30@ipxe.org>2012-03-22 00:31:17 +0000
commit9a03a8e3d23b993d4f4a475a9334cf29d8ce182b (patch)
treefe7a5a7087ef811fdde695f7405461bda037717b /src/tests/tests.c
parentb1316ef27670d3dba06c61487fbe91222b5d050b (diff)
downloadipxe-9a03a8e3d23b993d4f4a475a9334cf29d8ce182b.tar.gz
[test] Add X.509 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 3f4d5b4bd..78a18a6cc 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -36,3 +36,4 @@ REQUIRE_OBJECT ( hmac_drbg_test );
REQUIRE_OBJECT ( hash_df_test );
REQUIRE_OBJECT ( bigint_test );
REQUIRE_OBJECT ( rsa_test );
+REQUIRE_OBJECT ( x509_test );