|
iPXE
|
zlib image tests More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| ARCHIVE_TEST (hello_world, &zlib_image_type, "hello.z", NULL, "hello", BINFILE(0x78, 0x9c, 0xf3, 0x48, 0xcd, 0xc9, 0xc9, 0x57, 0x28, 0xcf, 0x2f, 0xca, 0x49, 0x01, 0x00, 0x18, 0xab, 0x04, 0x3d), TEXTFILE("Hello world")) | |
| "Hello world" | |
| static void | zlib_test_exec (void) |
| Perform zlib self-test. | |
Variables | |
| struct self_test zlib_test | __self_test |
| zlib self-test | |
zlib image tests
Definition in file zlib_test.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
Perform zlib self-test.
Definition at line 49 of file zlib_test.c.
References archive_ok.
| struct self_test zlib_test __self_test |
zlib self-test
Definition at line 55 of file zlib_test.c.