[test] Add self-tests for list manipulation functions

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2011-10-13 01:40:59 +01:00
parent eac134f8dc
commit d40bd11c62
2 changed files with 238 additions and 0 deletions

View File

@@ -137,3 +137,6 @@ static void test_init ( void ) {
struct init_fn test_init_fn __init_fn ( INIT_NORMAL ) = {
.initialise = test_init,
};
/* Drag in all applicable self-tests */
REQUIRE_OBJECT ( list_test );