mirror of https://github.com/acidanthera/audk.git
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
|
## @file
|
||
|
# UnitTestFrameworkPkg DSC file used to build host-based unit tests.
|
||
|
#
|
||
|
# Copyright (c) Microsoft Corporation.<BR>
|
||
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
#
|
||
|
##
|
||
|
|
||
|
[Defines]
|
||
|
PLATFORM_NAME = UnitTestFrameworkPkgHostTest
|
||
|
PLATFORM_GUID = C7F97D6D-54AC-45A9-8197-CC99B20CC7EC
|
||
|
PLATFORM_VERSION = 0.1
|
||
|
DSC_SPECIFICATION = 0x00010005
|
||
|
OUTPUT_DIRECTORY = Build/UnitTestFrameworkPkg/HostTest
|
||
|
SUPPORTED_ARCHITECTURES = IA32|X64
|
||
|
BUILD_TARGETS = NOOPT
|
||
|
SKUID_IDENTIFIER = DEFAULT
|
||
|
|
||
|
!include UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc
|
||
|
|
||
|
[Components]
|
||
|
#
|
||
|
# Build HOST_APPLICATION that tests the SampleUnitTest
|
||
|
#
|
||
|
UnitTestFrameworkPkg/Test/UnitTest/Sample/SampleUnitTest/SampleUnitTestHost.inf
|
||
|
|
||
|
#
|
||
|
# Build Libraries
|
||
|
#
|
||
|
UnitTestFrameworkPkg/Library/CmockaLib/CmockaLib.inf
|
||
|
UnitTestFrameworkPkg/Library/Posix/DebugLibPosix/DebugLibPosix.inf
|
||
|
UnitTestFrameworkPkg/Library/Posix/MemoryAllocationLibPosix/MemoryAllocationLibPosix.inf
|
||
|
UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLibCmocka.inf
|