tests/multiboot: Add test for modules
commita9c837d8ef573604328e4cb61e2e0cab61bba319
authorKevin Wolf <kwolf@redhat.com>
Thu, 15 Jan 2015 11:26:44 +0000 (15 12:26 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 Jan 2015 11:22:44 +0000 (26 12:22 +0100)
tree66a689677af80520b3918608162a897466c68bbe
parentb4168498f613db3d908909106146001a9279e732
tests/multiboot: Add test for modules

This test case is meant to detect corruptions of the Multiboot modules
as well as the multiboot modules list and the module command lines.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/multiboot/Makefile
tests/multiboot/libc.c
tests/multiboot/libc.h
tests/multiboot/module.txt [new file with mode: 0644]
tests/multiboot/modules.c [copied from tests/multiboot/libc.h with 54% similarity]
tests/multiboot/modules.out [new file with mode: 0644]
tests/multiboot/run_test.sh