mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
[test] Run self-tests as an embedded image
Allow iPXE to exit after running self-tests, rather than locking the machine. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -60,6 +60,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#define ERRFILE_null_sanboot ( ERRFILE_CORE | 0x00140000 )
|
||||
#define ERRFILE_edd ( ERRFILE_CORE | 0x00150000 )
|
||||
#define ERRFILE_parseopt ( ERRFILE_CORE | 0x00160000 )
|
||||
#define ERRFILE_test ( ERRFILE_CORE | 0x00170000 )
|
||||
|
||||
#define ERRFILE_eisa ( ERRFILE_DRIVER | 0x00000000 )
|
||||
#define ERRFILE_isa ( ERRFILE_DRIVER | 0x00010000 )
|
||||
|
||||
Reference in New Issue
Block a user