summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown2012-05-20 18:10:23 +0200
committerMichael Brown2012-05-20 18:12:42 +0200
commitf4c88d55bd4330a688f2d18fc53019291d073240 (patch)
tree77b9928d22ab0da29f0413d526cfefa3e344e151 /src/tests/tests.c
parent[base64] Avoid overrunning input data buffer (diff)
downloadipxe-f4c88d55bd4330a688f2d18fc53019291d073240.tar.gz
ipxe-f4c88d55bd4330a688f2d18fc53019291d073240.tar.xz
ipxe-f4c88d55bd4330a688f2d18fc53019291d073240.zip
[test] Add self-tests for base64
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 1bf40418..95a3c4ba 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -27,6 +27,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
/* Drag in all applicable self-tests */
REQUIRE_OBJECT ( list_test );
REQUIRE_OBJECT ( byteswap_test );
+REQUIRE_OBJECT ( base64_test );
REQUIRE_OBJECT ( settings_test );
REQUIRE_OBJECT ( time_test );
REQUIRE_OBJECT ( crc32_test );