Skip to content

Commit 7711e8a

Browse files
jbrasenardbiesheuvel
authored andcommitted
DynamicTablesPkg: Add Dbg2Generator Hostbased test
This commit adds a hostbased test for the Dbg2Generator library. The test is designed to be run on a host machine against a UEFI image that has been built with the DynamicTablesPkg. The test exercises the Dbg2Generator library by building an ACPI DBG2 from a list of devices. Signed-off-by: Jeff Brasen <[email protected]>
1 parent d8d47a0 commit 7711e8a

File tree

7 files changed

+1584
-1
lines changed

7 files changed

+1584
-1
lines changed

DynamicTablesPkg/DynamicTablesPkg.ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
## options defined .pytool/Plugin/HostUnitTestCompilerPlugin
4040
"HostUnitTestCompilerPlugin": {
41-
"DscPath": "" # Don't support this test
41+
"DscPath": "Test/DynamicTablesPkgHostTest.dsc"
4242
},
4343

4444
## options defined .pytool/Plugin/CharEncodingCheck

DynamicTablesPkg/DynamicTablesPkg.dec

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
[Includes]
1717
Include
18+
Test/Mock/Include
1819

1920
[LibraryClasses]
2021
## @libraryclass Defines a set of Acpi helper methods

0 commit comments

Comments
 (0)