From: "Kinney, Michael D" <michael.d.kinney@intel.com>
To: edk2-devel@lists.01.org
Cc: Sean Brogan <sean.brogan@microsoft.com>,
Liming Gao <liming.gao@intel.com>,
Michael D Kinney <michael.d.kinney@intel.com>
Subject: [staging/edk2-test Patch 0/2] MdePkgUnitTest: Add unit test package for MdePkg
Date: Tue, 19 Dec 2017 16:16:05 -0800 [thread overview]
Message-ID: <20171220001607.22736-1-michael.d.kinney@intel.com> (raw)
Initial version of a unit test package for the MdePkg that
uses services from the MsUnitTestPkg to implement test cases
for the SafeIntLib in the MdePkg.
The initial version of these tests is from the following
branch and commit:
https://github.com/Microsoft/MS_UEFI/tree/share/intsafelib/MdeModulePkg/UnitTests/IntSafeLib
https://github.com/Microsoft/MS_UEFI/commit/cc2e9d229d4e876ab64d75dee16761a297582fd9
Additional updates for CPU compatibility, CHAR8 signed/unsigned,
and EDK II code style issues.
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Kinney, Michael D (1):
MdePkgUnitTest: Fix EDK II style issues
Michael D Kinney (1):
MdePkgUnitTest: Add unit test package for MdePkg
MdePkgUnitTest/MdePkgUnitTest.dec | 20 +
MdePkgUnitTest/MdePkgUnitTest.dsc | 57 +
.../SafeIntLib/SafeIntLibUintnIntnUnitTests32.c | 54 +
.../SafeIntLib/SafeIntLibUintnIntnUnitTests64.c | 54 +
.../SafeIntLib/SafeIntLibUintnIntnUnitTestsEbc.c | 65 +
MdePkgUnitTest/SafeIntLib/SafeIntLibUnitTests.c | 3667 ++++++++++++++++++++
MdePkgUnitTest/SafeIntLib/SafeIntLibUnitTests.h | 155 +
MdePkgUnitTest/SafeIntLib/SafeIntLibUnitTests.inf | 69 +
MdePkgUnitTest/SafeIntLib/SafeIntLibUnitTests32.c | 635 ++++
MdePkgUnitTest/SafeIntLib/SafeIntLibUnitTests64.c | 639 ++++
10 files changed, 5415 insertions(+)
create mode 100644 MdePkgUnitTest/MdePkgUnitTest.dec
create mode 100644 MdePkgUnitTest/MdePkgUnitTest.dsc
create mode 100644 MdePkgUnitTest/SafeIntLib/SafeIntLibUintnIntnUnitTests32.c
create mode 100644 MdePkgUnitTest/SafeIntLib/SafeIntLibUintnIntnUnitTests64.c
create mode 100644 MdePkgUnitTest/SafeIntLib/SafeIntLibUintnIntnUnitTestsEbc.c
create mode 100644 MdePkgUnitTest/SafeIntLib/SafeIntLibUnitTests.c
create mode 100644 MdePkgUnitTest/SafeIntLib/SafeIntLibUnitTests.h
create mode 100644 MdePkgUnitTest/SafeIntLib/SafeIntLibUnitTests.inf
create mode 100644 MdePkgUnitTest/SafeIntLib/SafeIntLibUnitTests32.c
create mode 100644 MdePkgUnitTest/SafeIntLib/SafeIntLibUnitTests64.c
--
2.14.2.windows.3
next reply other threads:[~2017-12-20 0:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-20 0:16 Kinney, Michael D [this message]
2017-12-20 0:16 ` [staging/edk2-test Patch 1/2] MdePkgUnitTest: Add unit test package for MdePkg Kinney, Michael D
2017-12-20 0:16 ` [staging/edk2-test Patch 2/2] MdePkgUnitTest: Fix EDK II style issues Kinney, Michael D
2018-01-18 8:09 ` [staging/edk2-test Patch 0/2] MdePkgUnitTest: Add unit test package for MdePkg Sean Brogan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171220001607.22736-1-michael.d.kinney@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox