summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/localloc
diff options
context:
space:
mode:
authorMatt Ellis <matell@microsoft.com>2015-06-30 14:11:27 -0700
committerMatt Ellis <matell@microsoft.com>2015-06-30 14:11:27 -0700
commit3783d7e53f1e7382a0d5d33f739ca687f9136196 (patch)
treead1aca129cb5eef9e97c4e007289dbbd39bde53e /tests/src/JIT/Methodical/localloc
parent3d8e9b6cb7a8d57ad836cd4748a7260e57477ed3 (diff)
downloadcoreclr-3783d7e53f1e7382a0d5d33f739ca687f9136196.tar.gz
coreclr-3783d7e53f1e7382a0d5d33f739ca687f9136196.tar.bz2
coreclr-3783d7e53f1e7382a0d5d33f739ca687f9136196.zip
Speed up package resotre of JIT Test build
We spend a fair amount of time (six wall clock minutes on my machine) doing package restore for the JIT tests. This is because each project has its own packages.config file, so during the build we call nuget restore for each project. There are only four unique packages.config files for all these tests, so this change moves them to tests/src/JIT/config and updates the project files to consume them from there. This means during the build the `EnsureDependencies` target does not need to invoke nuget restore as often and the build is much faster as a result.
Diffstat (limited to 'tests/src/JIT/Methodical/localloc')
-rw-r--r--tests/src/JIT/Methodical/localloc/verify/packages.config6
-rw-r--r--tests/src/JIT/Methodical/localloc/zeroinit/packages.config6
2 files changed, 0 insertions, 12 deletions
diff --git a/tests/src/JIT/Methodical/localloc/verify/packages.config b/tests/src/JIT/Methodical/localloc/verify/packages.config
deleted file mode 100644
index 37e10b961a..0000000000
--- a/tests/src/JIT/Methodical/localloc/verify/packages.config
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<packages>
- <package id="System.Console" version="4.0.0-beta-22405" />
- <package id="System.Runtime" version="4.0.20-beta-22405" />
- <package id="System.Runtime.Extensions" version="4.0.10-beta-22412" />
-</packages> \ No newline at end of file
diff --git a/tests/src/JIT/Methodical/localloc/zeroinit/packages.config b/tests/src/JIT/Methodical/localloc/zeroinit/packages.config
deleted file mode 100644
index 37e10b961a..0000000000
--- a/tests/src/JIT/Methodical/localloc/zeroinit/packages.config
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<packages>
- <package id="System.Console" version="4.0.0-beta-22405" />
- <package id="System.Runtime" version="4.0.20-beta-22405" />
- <package id="System.Runtime.Extensions" version="4.0.10-beta-22412" />
-</packages> \ No newline at end of file