This patch set adds testing for SMBIOS tables. Since I'm piggybacking on the existing ACPI test infrastructure, I've renamed acpi-test.c to bios-tables-test.c (1/2), and added the smbios testing to the renamed file (2/2).
Thanks, Gabriel PS. This came up as part of the conversation surrounding my prior "smbios cleanup" patch set: http://lists.nongnu.org/archive/html/qemu-devel/2014-05/msg03744.html Should I blast out a v5 of that set including these tests, or is that set already percolating its way through the upstream process, in which case this is a stand-alone, separate issue ? Gabriel L. Somlo (2): tests: rename acpi-test to bios-tables-test tests: add smbios testing tests/Makefile | 4 +- tests/{acpi-test.c => bios-tables-test.c} | 126 ++++++++++++++++++++++++++++++ 2 files changed, 128 insertions(+), 2 deletions(-) rename tests/{acpi-test.c => bios-tables-test.c} (83%) -- 1.9.0