From de540c5ae788fd666d223c40921ea5e05567802d Mon Sep 17 00:00:00 2001 From: Deepak Shankargouda Date: Fri, 1 Apr 2016 20:52:45 -0700 Subject: Enabling Helix perf test runs for CoreCLR Enabling Helix perf test runs for CoreCLR --- tests/helixperftasks.targets | 87 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 tests/helixperftasks.targets (limited to 'tests/helixperftasks.targets') diff --git a/tests/helixperftasks.targets b/tests/helixperftasks.targets new file mode 100644 index 0000000000..16fe7dd677 --- /dev/null +++ b/tests/helixperftasks.targets @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + $(SourceDir)Common\test_runtime\project.json + $(SourceDir)Common\test_runtime\project.lock.json + + + + + + + + + + + + + + + + $([System.IO.Path]::GetDirectoryName($(CurrPerfAssembly)))/ + $(BaseOutputPath)\testStagingDir\ + $([System.IO.Path]::GetFileNameWithoutExtension($(CurrPerfAssembly))) + $(OutDir)project.lock.json + + + + + + + + + + + + + + + + + + + <_TestCopyLocalByFileNameWithoutDuplicates> + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3