summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown2015-02-17 01:41:40 +0100
committerMichael Brown2015-02-17 01:41:40 +0100
commit7867e48cee73fdd78967441da6c568e4e8116ac9 (patch)
tree9551513131a87f14319ca238f80ff03d8b32464c /src/tests/tests.c
parent[test] Add self-tests for more string functions (diff)
downloadipxe-7867e48cee73fdd78967441da6c568e4e8116ac9.tar.gz
ipxe-7867e48cee73fdd78967441da6c568e4e8116ac9.tar.xz
ipxe-7867e48cee73fdd78967441da6c568e4e8116ac9.zip
[test] Add constant-length memset() self-tests
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 2b4b78c7..f9bb47e1 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -26,6 +26,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
*/
/* Drag in all applicable self-tests */
+REQUIRE_OBJECT ( memset_test );
REQUIRE_OBJECT ( memcpy_test );
REQUIRE_OBJECT ( string_test );
REQUIRE_OBJECT ( math_test );