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)
commit71dd695faef9e6d310a2df612cb51462dfeefc98
tree2a9b41016cdc6fcc1cf10605ca68b4f7486fbe55
parent5537ed53eeedc0176b973787944512ebdd1f4ebc
  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
17 files changed:
Documentation/building/windows-test-instructions.md
tests/publishdependency.targets
tests/runtest.proj
tests/src/Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj
tests/src/Common/CoreCLRTestLibrary/project.json [deleted file]
tests/src/Common/Coreclr.TestWrapper/project.json [deleted file]
tests/src/Common/Desktop.Coreclr.TestWrapper/Desktop.Coreclr.TestWrapper.csproj
tests/src/Common/empty/project.json [new file with mode: 0644]
tests/src/Common/test_dependencies/project.json [moved from tests/src/runtime/project.json with 86% similarity]
tests/src/Common/test_dependencies/test_dependencies.csproj [new file with mode: 0644]
tests/src/Common/test_runtime/project.json
tests/src/Common/test_runtime/test_runtime.csproj
tests/src/baseservices/varargs/varargsupport_r.ilproj
tests/src/dir.props
tests/src/dir.targets
tests/src/dirs.proj
tests/src/performance/perflab/project.json [deleted file]