Skip to content

Commit

Permalink
Updated Crypto tests to not use native instructions for non IA32 and …
Browse files Browse the repository at this point in the history
…X64 builds
  • Loading branch information
kenlautner committed Dec 18, 2023
1 parent eff75b5 commit 82b92f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CryptoPkg/Test/CryptoPkgHostUnitTest.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,16 @@
<LibraryClasses>
OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibFull.inf
}

[Components.IA32, Components.X64]
#
# Build HOST_APPLICATION that tests the SampleUnitTest
#
CryptoPkg/Test/UnitTest/Library/BaseCryptLib/TestBaseCryptLibHost.inf {
<Defines>
FILE_GUID = 3604CCB8-138C-488F-8045-18704F73E734
<LibraryClasses>
OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibFullAccel.inf
OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibFull.inf
}

[BuildOptions]
Expand Down

0 comments on commit 82b92f7

Please sign in to comment.