diff options
author | Tanner Gooding <tagoo@outlook.com> | 2018-07-19 11:30:24 -0700 |
---|---|---|
committer | Tanner Gooding <tagoo@outlook.com> | 2018-07-19 14:36:41 -0700 |
commit | 6d05402d6017aa754a8ce216b05d9f40cb8d6643 (patch) | |
tree | 429c87041f92129394077b16fb27867ab49f2407 /tests/src | |
parent | 4f13c55f4c35e0e74e10e06e84a0ecb45ca4ea16 (diff) | |
download | coreclr-6d05402d6017aa754a8ce216b05d9f40cb8d6643.tar.gz coreclr-6d05402d6017aa754a8ce216b05d9f40cb8d6643.tar.bz2 coreclr-6d05402d6017aa754a8ce216b05d9f40cb8d6643.zip |
Adding a project reference for CoreCLRTestLibrary to the hwintrinsic test dir.props
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/JIT/HardwareIntrinsics/X86/dir.props | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/src/JIT/HardwareIntrinsics/X86/dir.props b/tests/src/JIT/HardwareIntrinsics/X86/dir.props index 91c442a666..381ff0e85e 100644 --- a/tests/src/JIT/HardwareIntrinsics/X86/dir.props +++ b/tests/src/JIT/HardwareIntrinsics/X86/dir.props @@ -1,3 +1,7 @@ <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Condition="Exists('..\dir.props')" Project="..\dir.props"/> + + <ItemGroup> + <ProjectReference Include="../../../../Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" /> + </ItemGroup> </Project>
\ No newline at end of file |