diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-05-20 17:10:23 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-05-20 17:12:42 +0100 |
commit | f4c88d55bd4330a688f2d18fc53019291d073240 (patch) | |
tree | 77b9928d22ab0da29f0413d526cfefa3e344e151 /src/tests/tests.c | |
parent | 40e68e1119ed45ed27c586836d4cb9400a96db1c (diff) | |
download | ipxe-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.c | 1 |
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 ); |