Infra changes to unify the tests to be built against a common project.json.
authorRama Krishnan Raghupathy <ramarag@microsoft.com>
Wed, 24 Aug 2016 01:31:26 +0000 (18:31 -0700)
committerRama Krishnan Raghupathy <ramarag@microsoft.com>
Wed, 24 Aug 2016 01:31:26 +0000 (18:31 -0700)
commit40d879960eb1d3d33c49435dc8530e5edea1e93c
treed60a430988b2f5ab0b5ee3f378be29ca842b110d
parent36e24c768450891c9d05583ab6ba69fa1e970464
  Infra changes to unify the  tests to be built against a common project.json.
   1. tests\src\Common\test_dependencies\project.json - To consume corefx and other nuget feeds

   2. tests\src\Common\empty\project.json - To build against the mscorlib facade,to use this just Add
            <ReferenceLocalMscorlib>true</ReferenceLocalMscorlib> to your project

Commit migrated from https://github.com/dotnet/coreclr/commit/71dd695faef9e6d310a2df612cb51462dfeefc98
17 files changed:
docs/coreclr/building/windows-test-instructions.md
src/coreclr/tests/publishdependency.targets
src/coreclr/tests/runtest.proj
src/coreclr/tests/src/Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj
src/coreclr/tests/src/Common/CoreCLRTestLibrary/project.json [deleted file]
src/coreclr/tests/src/Common/Coreclr.TestWrapper/project.json [deleted file]
src/coreclr/tests/src/Common/Desktop.Coreclr.TestWrapper/Desktop.Coreclr.TestWrapper.csproj
src/coreclr/tests/src/Common/empty/project.json [new file with mode: 0644]
src/coreclr/tests/src/Common/test_dependencies/project.json [moved from src/coreclr/tests/src/runtime/project.json with 86% similarity]
src/coreclr/tests/src/Common/test_dependencies/test_dependencies.csproj [new file with mode: 0644]
src/coreclr/tests/src/Common/test_runtime/project.json
src/coreclr/tests/src/Common/test_runtime/test_runtime.csproj
src/coreclr/tests/src/baseservices/varargs/varargsupport_r.ilproj
src/coreclr/tests/src/dir.props
src/coreclr/tests/src/dir.targets
src/coreclr/tests/src/dirs.proj
src/coreclr/tests/src/performance/perflab/project.json [deleted file]