[PATCH 0/2] dmi: merge dmi_decode and smbios tests to dmicheck v2

Alex Hung alex.hung at canonical.com
Wed Jul 3 12:51:53 UTC 2013


FWTS has two tests related to smbios - dmi_decode and smbios as below:
1. dmi_decode - Test DMI/SMBIOS tables for errors.
2. smbios - Find and Check SMBIOS Table Entry Point.

The patches merge them into a single "dmicheck" test.

Buglink: launchpad.net/bugs/1196779

Alex Hung (2):
  dmi: dmi_decode: merge smbios test as they both check dmi/smbios
  dmi: rename dmi_decode test to dmicheck

 src/Makefile.am                 |    3 +-
 src/bios/smbios/smbios.c        |  225 ------
 src/dmi/dmi_decode/dmi_decode.c | 1304 ----------------------------------
 src/dmi/dmicheck/dmicheck.c     | 1492 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 1493 insertions(+), 1531 deletions(-)
 delete mode 100644 src/bios/smbios/smbios.c
 delete mode 100644 src/dmi/dmi_decode/dmi_decode.c
 create mode 100644 src/dmi/dmicheck/dmicheck.c

-- 
1.8.1.2




More information about the fwts-devel mailing list