summaryrefslogtreecommitdiff
path: root/tests/build.proj
diff options
context:
space:
mode:
authorFei Peng <fei.peng@intel.com>2018-08-06 15:10:50 -0700
committerTanner Gooding <tagoo@outlook.com>2018-08-10 13:26:03 -0700
commitb9028b31caba6e69d1fab99bd1219ae879782802 (patch)
tree1dddf91ee9606cf661f5b52525fa04279bb735b4 /tests/build.proj
parenta69e1653ed0734cb0d0192abe302978ee0115b4d (diff)
downloadcoreclr-b9028b31caba6e69d1fab99bd1219ae879782802.tar.gz
coreclr-b9028b31caba6e69d1fab99bd1219ae879782802.tar.bz2
coreclr-b9028b31caba6e69d1fab99bd1219ae879782802.zip
Add SoA raytracer as a CQ test for Intel hardware intrinsic
Diffstat (limited to 'tests/build.proj')
-rw-r--r--tests/build.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/build.proj b/tests/build.proj
index 0247cb8c68..20866db5aa 100644
--- a/tests/build.proj
+++ b/tests/build.proj
@@ -30,6 +30,7 @@
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\JIT\config\benchmark+roslyn\benchmark+roslyn.csproj" />
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\JIT\config\benchmark+serialize\benchmark+serialize.csproj" />
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\JIT\config\benchmark\benchmark.csproj" />
+ <RestoreProjects Include="$(MSBuildThisFileDirectory)src\JIT\config\benchmark+intrinsic\benchmark+intrinsic.csproj" />
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\performance\performance.csproj" />
</ItemGroup>