aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2012-05-20 17:10:23 +0100
committerMichael Brown <mcb30@ipxe.org>2012-05-20 17:12:42 +0100
commitf4c88d55bd4330a688f2d18fc53019291d073240 (patch)
tree77b9928d22ab0da29f0413d526cfefa3e344e151 /src/tests/tests.c
parent40e68e1119ed45ed27c586836d4cb9400a96db1c (diff)
downloadipxe-f4c88d55bd4330a688f2d18fc53019291d073240.tar.gz
[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 1bf404186..95a3c4ba9 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 );