Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit118c1f0

Browse files
committed
Start working on cross-targeting automation
1 parent1251430 commit118c1f0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎tests/RunTests.cmd‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ set NO_TTAGS_ARG=-nottags:ReqPP,NOOPEN
2727
set_tmp=%4
2828
ifnot '%_tmp%'== ''setNO_TTAGS_ARG=-nottags:ReqPP,%_tmp:"=%
2929

30-
setPARALLEL_ARG=-procs:%NUMBER_OF_PROCESSORS%
30+
remset PARALLEL_ARG=-procs:%NUMBER_OF_PROCESSORS%
3131

3232
rem This can be set to 1 to reduce the number of permutations used and avoid some of the extra-time-consuming tests
3333
setREDUCED_RUNTIME=1
@@ -36,7 +36,7 @@ if "%REDUCED_RUNTIME%" == "1" set NO_TTAGS_ARG=%NO_TTAGS_ARG%,Expensive
3636
rem Set this to 1 in order to use an external compiler host process
3737
rem This only has an effect when running the FSHARPQA tests, but can
3838
rem greatly speed up execution since fsc.exe does not need to be spawned thousands of times
39-
setHOSTED_COMPILER=1
39+
setHOSTED_COMPILER=
4040

4141
rem path to fsc.exe which will be used by tests
4242
setFSCBINPATH=%~dp0..\%FLAVOR%\net40\bin
@@ -47,6 +47,7 @@ if not exist "%RESULTSDIR%" (mkdir "%RESULTSDIR%")
4747

4848
if /I"%2"=="fsharp" (goto :FSHARP)
4949
if /I"%2"=="fsharpqa" (goto :FSHARPQA)
50+
if /I"%2"=="fsharpqacrosstarget" (goto :FSHARPQA)
5051
if /I"%2"=="compilerunit" (
5152
setcompilerunitsuffix=net40
5253
goto :COMPILERUNIT
@@ -162,6 +163,11 @@ set PATH=%PATH%;%CORDIR%
162163

163164
ifnotexist%WINDIR%\Microsoft.NET\Framework\v2.0.50727\mscorlib.dllsetNO_TTAGS_ARG=%NO_TTAGS_ARG%,Req20
164165

166+
167+
if /I"%2"=="fsharpqacrosstarget" (
168+
setISCFLAGS=-g --optimize+ --noframework -r"%FSCOREDLLVPREVPATH%" -r%WINDIR%\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll -r System -r System.Runtime -r System.Xml -r System.Data -r System.Web -r System.Core -r System.Numerics
169+
)
170+
165171
setRESULTFILE=FSharpQA_Results.log
166172
setFAILFILE=FSharpQA_Failures.log
167173
setFAILENV=FSharpQA_Failures

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp