summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown2012-11-12 17:58:26 +0100
committerMichael Brown2012-11-12 17:58:49 +0100
commit520323e36049f89ba0480cd5d0da2ade08197b0e (patch)
treed7f4efeff0163ae8e53db8cd5d86bd96eba40fe9 /src/tests/tests.c
parent[umalloc] Split largest_memblock() function out from init_eheap() (diff)
downloadipxe-520323e36049f89ba0480cd5d0da2ade08197b0e.tar.gz
ipxe-520323e36049f89ba0480cd5d0da2ade08197b0e.tar.xz
ipxe-520323e36049f89ba0480cd5d0da2ade08197b0e.zip
[test] Add self-tests for string functions
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 a8d77788..af969ec8 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 ( memcpy_test );
+REQUIRE_OBJECT ( string_test );
REQUIRE_OBJECT ( list_test );
REQUIRE_OBJECT ( byteswap_test );
REQUIRE_OBJECT ( base64_test );