summaryrefslogtreecommitdiff
path: root/tests/buildtest.cmd
diff options
context:
space:
mode:
authorKyungwoo Lee <kyulee@microsoft.com>2015-12-24 06:51:55 -0800
committerKyungwoo Lee <kyulee@microsoft.com>2015-12-28 14:50:51 -0800
commitad0611d47b729d34af6687ccc61adb6ce0e1dde4 (patch)
tree0f4530c0f4acb8b39354a4fa1edf311e1e587734 /tests/buildtest.cmd
parent4e6629d817e832c13dc09ce8f034b04d2f38230e (diff)
downloadcoreclr-ad0611d47b729d34af6687ccc61adb6ce0e1dde4.tar.gz
coreclr-ad0611d47b729d34af6687ccc61adb6ce0e1dde4.tar.bz2
coreclr-ad0611d47b729d34af6687ccc61adb6ce0e1dde4.zip
Using ilasm for test population
This enables the use of ilasm from CoreCLR build to populate il tests instead of using a stock ilasm on Windows desktop. Note currently we populate tests (even for xPlatforms) on Windows only. But when we migrate this test population on xPlatforms, this can be simply used as well. All permission related attributes are dropped which CoreCLR ignores anyhow. Or ilasm will fail to parse such attributes.
Diffstat (limited to 'tests/buildtest.cmd')
-rw-r--r--tests/buildtest.cmd1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/buildtest.cmd b/tests/buildtest.cmd
index 08bedebe5a..0ce20a778b 100644
--- a/tests/buildtest.cmd
+++ b/tests/buildtest.cmd
@@ -51,6 +51,7 @@ if not defined __BuildArch set __BuildArch=x64
if not defined __BuildType set __BuildType=Debug
if not defined __BuildOS set __BuildOS=Windows_NT
+set "__BinDir=%__RootBinDir%\Product\%__BuildOS%.%__BuildArch%.%__BuildType%"
set "__TestBinDir=%__RootBinDir%\tests\%__BuildOS%.%__BuildArch%.%__BuildType%"
:: We have different managed and native intermediate dirs because the managed bits will include
:: the configuration information deeper in the intermediates path.