Skip to content

ArmPkg: Add Test/ArmPkgHostTest.dsc #11003

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ArmPkg/ArmPkg.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

## options defined .pytool/Plugin/HostUnitTestCompilerPlugin
"HostUnitTestCompilerPlugin": {
"DscPath": "" # Don't support this test
"DscPath": "Test/ArmPkgHostTest.dsc"
},

## options defined .pytool/Plugin/CharEncodingCheck
Expand Down
24 changes: 24 additions & 0 deletions ArmPkg/Test/ArmPkgHostTest.dsc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## @file
# ArmPkg DSC file used to build host-based unit tests.
#
# Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##

[Defines]
PLATFORM_NAME = ArmPkgHostTest
PLATFORM_GUID = e76b6095-4218-48e7-8d32-bdef9ac97e6d
PLATFORM_VERSION = 0.1
DSC_SPECIFICATION = 0x00010005
OUTPUT_DIRECTORY = Build/ArmPkg/HostTest
SUPPORTED_ARCHITECTURES = IA32|X64
BUILD_TARGETS = NOOPT
SKUID_IDENTIFIER = DEFAULT

# Commented until the first test is added.
#!include UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc

[LibraryClasses]

[Components]