commit | ebe8e90639e3ce11193c9c823662b1ad8280b6f2 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Dec 12 09:39:22 2018 -0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Feb 25 14:27:21 2019 -0800 |
tree | 83ca24b523d140b7899f52f9a98f4c819f3fbb1b | |
parent | e7329c71f3d22e010c38a7f738e81ab78330038e [diff] |
ipmid: add message packing/unpacking unit tests This adds unit tests for the various types that the message packer/unpacker handles. This includes tests for simple messages as well as complex messages. It also includes positive and negative testing to make sure that failed packing and unpacking gets reported properly. Change-Id: I9360c867cccbeba6a707dda6df6c5e29fa585c5c Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.