summaryrefslogtreecommitdiffstats
path: root/src/tests/test.c
diff options
context:
space:
mode:
authorMichael Brown2012-01-11 11:38:28 +0100
committerMichael Brown2012-01-11 11:38:28 +0100
commit18d288728114745211584249de930a9b1c7bcdcd (patch)
tree8c496e50526e5ac396cd11b78a42ab3cf54e1750 /src/tests/test.c
parent[dns] Allow trailing dots in DNS names (diff)
downloadipxe-18d288728114745211584249de930a9b1c7bcdcd.tar.gz
ipxe-18d288728114745211584249de930a9b1c7bcdcd.tar.xz
ipxe-18d288728114745211584249de930a9b1c7bcdcd.zip
[test] Add self-tests for SHA-1 algorithm
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/tests/test.c')
-rw-r--r--src/tests/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/test.c b/src/tests/test.c
index 8a1e27c7..2e3e7ef3 100644
--- a/src/tests/test.c
+++ b/src/tests/test.c
@@ -140,3 +140,4 @@ struct init_fn test_init_fn __init_fn ( INIT_NORMAL ) = {
/* Drag in all applicable self-tests */
REQUIRE_OBJECT ( list_test );
+REQUIRE_OBJECT ( sha1_test );