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

Commit14bbced

Browse files
committed
Update command line used to build test DLL for default manifest test, and adding support for $ISCFLAGS in PreCmd, required for internal test runs doing multitargeting. (changeset 1236364)
1 parenta6ec29b commit14bbced

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎tests/fsharpqa/Source/Misc/env.lst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Apparently, 'GetManifestResourceInfo' does not exist on Mono -> disabling
2020
NOMONOSOURCE=WhetherEmbededManifest.fs# WhetherEmbededManifest.fs
21-
PRECMD="\$FSC_PIPE -a DefaultManifest_dll.fs" SCFLAGS="-r:DefaultManifest_dll.dll" SOURCE=DefaultManifest.fs# DefaultManifest.fs
21+
PRECMD="\$FSC_PIPE\$ISCFLAGS-a DefaultManifest_dll.fs" SCFLAGS="-r:DefaultManifest_dll.dll" SOURCE=DefaultManifest.fs# DefaultManifest.fs
2222

2323
SOURCE=UserCodeSnippet01.fs SCFLAGS=-a# UserCodeSnippet01.fs
2424

‎tests/fsharpqa/Source/run.pl‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
s/^\$FSC_PIPE/$FSC_PIPE/;
156156
s/^\$FSI_PIPE/$FSI_PIPE/;
157157
s/^\$FSI32_PIPE/$FSI32_PIPE/;
158+
s/\$ISCFLAGS/$ISCFLAGS/;
158159
s/^\$CSC_PIPE/$CSC_PIPE/;
159160
RunExit(TEST_FAIL,"Fail to execute the PRECMD" .@CommandOutput ."\n")if RunCommand("PRECMD",$_ ,1);
160161
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp