mirror of
https://github.com/ipxe/ipxe
synced 2026-02-08 05:48:46 +03:00
[test] Add self-tests for list manipulation functions
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user