[test] Add memcpy() self-tests

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2012-06-26 12:42:19 +01:00
parent ba480730dc
commit 80cdf6acc7
2 changed files with 257 additions and 34 deletions

View File

@@ -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 );