summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown2013-07-12 15:14:03 +0200
committerMichael Brown2013-07-12 15:14:36 +0200
commit362a628e52ac2b8f3ace6c8920ab0942277480f4 (patch)
treebf36506f938ebedfb110cc2ffc028181a5e6e013 /src/tests/tests.c
parent[tcp] Fix comment to match code behaviour (diff)
downloadipxe-362a628e52ac2b8f3ace6c8920ab0942277480f4.tar.gz
ipxe-362a628e52ac2b8f3ace6c8920ab0942277480f4.tar.xz
ipxe-362a628e52ac2b8f3ace6c8920ab0942277480f4.zip
[test] Add self-tests for base16
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 af969ec8..7c99a527 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -31,6 +31,7 @@ REQUIRE_OBJECT ( string_test );
REQUIRE_OBJECT ( list_test );
REQUIRE_OBJECT ( byteswap_test );
REQUIRE_OBJECT ( base64_test );
+REQUIRE_OBJECT ( base16_test );
REQUIRE_OBJECT ( settings_test );
REQUIRE_OBJECT ( time_test );
REQUIRE_OBJECT ( tcpip_test );