summaryrefslogtreecommitdiff
path: root/tests/src
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2016-04-12 09:48:00 -0700
committerMatt Mitchell <mmitche@microsoft.com>2016-04-12 11:07:55 -0700
commitc2d2efffe0ed58c55be1db5f254056b54ec41654 (patch)
tree43e44c960ca88a40746f7dc708128bbd89c3b1b5 /tests/src
parent5c9b92876a4b1641393e20ac2e7638c3c0f296c8 (diff)
downloadcoreclr-c2d2efffe0ed58c55be1db5f254056b54ec41654.tar.gz
coreclr-c2d2efffe0ed58c55be1db5f254056b54ec41654.tar.bz2
coreclr-c2d2efffe0ed58c55be1db5f254056b54ec41654.zip
Fix output casing of prefix dir
The PREFIX dir is upper case, should be refered to as such. Blocker for building on Linux
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_d.csproj2
-rw-r--r--tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_do.csproj2
-rw-r--r--tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_r.csproj2
-rw-r--r--tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_ro.csproj2
-rw-r--r--tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_d.csproj2
-rw-r--r--tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_do.csproj2
-rw-r--r--tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_r.csproj2
-rw-r--r--tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_ro.csproj2
8 files changed, 8 insertions, 8 deletions
diff --git a/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_d.csproj b/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_d.csproj
index a7c82bea42..84f3b64687 100644
--- a/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_d.csproj
+++ b/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_d.csproj
@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="callconv1.cs" />
- <ProjectReference Include="..\..\prefix\primitivevt\helper.csproj" />
+ <ProjectReference Include="..\..\PREFIX\primitivevt\helper.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
diff --git a/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_do.csproj b/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_do.csproj
index aff1f6926e..df3b854cde 100644
--- a/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_do.csproj
+++ b/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_do.csproj
@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="callconv1.cs" />
- <ProjectReference Include="..\..\prefix\primitivevt\helper.csproj" />
+ <ProjectReference Include="..\..\PREFIX\primitivevt\helper.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
diff --git a/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_r.csproj b/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_r.csproj
index dff3ab4292..c2d6076872 100644
--- a/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_r.csproj
+++ b/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_r.csproj
@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="callconv1.cs" />
- <ProjectReference Include="..\..\prefix\primitivevt\helper.csproj" />
+ <ProjectReference Include="..\..\PREFIX\primitivevt\helper.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
diff --git a/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_ro.csproj b/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_ro.csproj
index db1d342018..ff8a3d63f6 100644
--- a/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_ro.csproj
+++ b/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_ro.csproj
@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="callconv1.cs" />
- <ProjectReference Include="..\..\prefix\primitivevt\helper.csproj" />
+ <ProjectReference Include="..\..\PREFIX\primitivevt\helper.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
diff --git a/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_d.csproj b/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_d.csproj
index 4c9149007d..16f3f37521 100644
--- a/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_d.csproj
+++ b/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_d.csproj
@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="callconv2.cs" />
- <ProjectReference Include="..\..\prefix\primitivevt\helper.csproj" />
+ <ProjectReference Include="..\..\PREFIX\primitivevt\helper.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
diff --git a/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_do.csproj b/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_do.csproj
index a5b209ce04..5d2ea31963 100644
--- a/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_do.csproj
+++ b/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_do.csproj
@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="callconv2.cs" />
- <ProjectReference Include="..\..\prefix\primitivevt\helper.csproj" />
+ <ProjectReference Include="..\..\PREFIX\primitivevt\helper.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
diff --git a/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_r.csproj b/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_r.csproj
index 589309d039..a2cf1a23ad 100644
--- a/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_r.csproj
+++ b/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_r.csproj
@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="callconv2.cs" />
- <ProjectReference Include="..\..\prefix\primitivevt\helper.csproj" />
+ <ProjectReference Include="..\..\PREFIX\primitivevt\helper.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
diff --git a/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_ro.csproj b/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_ro.csproj
index dc7d087a44..34791f4f07 100644
--- a/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_ro.csproj
+++ b/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_ro.csproj
@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="callconv2.cs" />
- <ProjectReference Include="..\..\prefix\primitivevt\helper.csproj" />
+ <ProjectReference Include="..\..\PREFIX\primitivevt\helper.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />