summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown2012-06-26 13:42:19 +0200
committerMichael Brown2012-06-27 20:15:16 +0200
commit80cdf6acc7ab27060ce1bd164ada214e20a69e1a (patch)
tree59b794379ede51cefa51c940a2c112ea1c6d64ec /src/tests/tests.c
parent[cmdline] Increase resolution of "time" command (diff)
downloadipxe-80cdf6acc7ab27060ce1bd164ada214e20a69e1a.tar.gz
ipxe-80cdf6acc7ab27060ce1bd164ada214e20a69e1a.tar.xz
ipxe-80cdf6acc7ab27060ce1bd164ada214e20a69e1a.zip
[test] Add memcpy() 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 95a3c4ba..0fb5bb5b 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -25,6 +25,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
*/
/* Drag in all applicable self-tests */
+REQUIRE_OBJECT ( memcpy_test );
REQUIRE_OBJECT ( list_test );
REQUIRE_OBJECT ( byteswap_test );
REQUIRE_OBJECT ( base64_test );