summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahul Kumar <rahku@microsoft.com>2016-06-20 17:01:34 -0700
committerRahul Kumar <rahku@microsoft.com>2016-06-20 17:01:34 -0700
commitffac9c48557b58dc8e6369de92c66d6e97525afe (patch)
tree328b5195776ce0484df653f6f36325b959646ae4
parentf5a854bd323e5e327ec1a011dc494d2abb1e7721 (diff)
downloadcoreclr-ffac9c48557b58dc8e6369de92c66d6e97525afe.tar.gz
coreclr-ffac9c48557b58dc8e6369de92c66d6e97525afe.tar.bz2
coreclr-ffac9c48557b58dc8e6369de92c66d6e97525afe.zip
Enable building only native test components
-rw-r--r--tests/buildtest.cmd4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/buildtest.cmd b/tests/buildtest.cmd
index bb391ed758..6fcb3e7467 100644
--- a/tests/buildtest.cmd
+++ b/tests/buildtest.cmd
@@ -70,6 +70,8 @@ if /i "%1" == "priority" (set __TestPriority=%2&set processedArgs=!pr
if /i "%1" == "verbose" (set __verbosity=detailed&set processedArgs=!processedArgs! %1&shift&goto Arg_Loop)
+if /i "%1" == "skipmanaged" (set __SkipManaged=1&set processedArgs=!processedArgs! %1&shift&goto Arg_Loop)
+
@REM It was initially /toolset_dir. Not sure why, since it doesn't match the other usage.
if /i "%1" == "/toolset_dir" (set __ToolsetDir=%2&set __PassThroughArgs=%__PassThroughArgs% %2&set processedArgs=!processedArgs! %1 %2&shift&shift&goto Arg_Loop)
if /i "%1" == "toolset_dir" (set __ToolsetDir=%2&set __PassThroughArgs=%__PassThroughArgs% %2&set processedArgs=!processedArgs! %1 %2&shift&shift&goto Arg_Loop)
@@ -235,6 +237,8 @@ if errorlevel 1 exit /b 1
REM endlocal to rid us of environment changes from vcvarsall.bat
endlocal
+if defined __SkipManaged exit /b 0
+
REM =========================================================================================
REM ===
REM === Managed test build section