]> git.proxmox.com Git - mirror_edk2.git/commit
UnitTestFrameworkPkg: Add DSC, DSC INC, and YAML files
authorMichael D Kinney <michael.d.kinney@intel.com>
Wed, 22 Jan 2020 18:12:56 +0000 (10:12 -0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 7 Feb 2020 19:18:53 +0000 (19:18 +0000)
commit3e61b953b793bdd00c06c87bb44a30685b54bd67
treeefb5636fdb7e27c79608c1b0fea3960f7ef99fba
parentf74abe4a2c48e559168156c08842a5405b694480
UnitTestFrameworkPkg: Add DSC, DSC INC, and YAML files

https://bugzilla.tianocore.org/show_bug.cgi?id=2505

* DSC in root of package file to perform a package
  build of the UnitTestFrameworkPkg and build sample
  unit test for all supported target environments.
* DSC file in Test directory to build the sample
  unit test for the host environment.
* UnitTestFrameworkPkgTarget.dsc.inc - DSC include
  file to !include when building unit tests for
  target environments.
* UnitTestFrameworkPkgHost.dsc.inc - DSC include
  file to !include when building unit tests for
  target environments.
* YAML file with set of CI checks to perform on UnitTestFrameworkPkg.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Bret Barkelew <Bret.Barkelew@microsoft.com>
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
UnitTestFrameworkPkg/Test/UnitTestFrameworkPkgHostTest.dsc [new file with mode: 0644]
UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml [new file with mode: 0644]
UnitTestFrameworkPkg/UnitTestFrameworkPkg.dsc [new file with mode: 0644]
UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc [new file with mode: 0644]
UnitTestFrameworkPkg/UnitTestFrameworkPkgTarget.dsc.inc [new file with mode: 0644]