forked from dotnet/fsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.lst
More file actions
23 lines (21 loc) · 1.89 KB
/
env.lst
File metadata and controls
23 lines (21 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SOURCE=behavior001.fs # behavior001.fs
SOURCE=noarguments001.fs # noarguments001.fs
NoMT SOURCE=oneargument001.fs # oneargument001.fs
NoMT SOURCE="twofiles_001a.fs twofiles_001b.fs" # twofiles_001a/b
NoMT SOURCE=inamodule001.fs # inamodule001.fs
SOURCE=E_twoentrypoints001.fs SCFLAGS="--test:ErrorRanges" # E_twoentrypoints001.fs
SOURCE="E_twofiles_002b.fs E_twofiles_002a.fs" SCFLAGS="--test:ErrorRanges" # E_twofiles_002b/a
SOURCE=E_oninvalidlanguageelement001.fs SCFLAGS="--test:ErrorRanges" # E_oninvalidlanguageelement001.fs
SOURCE=E_twoattributesonsamefunction001.fs SCFLAGS="--test:ErrorRanges" # E_twoattributesonsamefunction001.fs
SOURCE=entrypointfunctionnotmain001.fs # entrypointfunctionnotmain001.fs
SOURCE=E_invalidsignature001.fs SCFLAGS="--test:ErrorRanges" # E_invalidsignature001.fs
SOURCE=E_InvalidSignature02.fs SCFLAGS="--test:ErrorRanges" # E_InvalidSignature02
NoMT SOURCE=entrypointandFSI.fs FSIMODE=PIPE COMPILE_ONLY=1 # entrypointandFSI.fs
NoMT SOURCE=entrypointandFSI02.fsx FSIMODE=EXEC COMPILE_ONLY=1 # entrypointandFSI02.fsx
SOURCE=E_CompilingToALibrary01.fs SCFLAGS="--test:ErrorRanges --target:library" # E_CompilingToALibrary01.fs
SOURCE=E_CompilingToAModule01.fs SCFLAGS="--test:ErrorRanges --target:module" # E_CompilingToAModule01.fs
SOURCE=EntryPointAndAssemblyCulture.fs # EntryPointAndAssemblyCulture.fs
SOURCE=W_NoEntryPointInLastModuleInsideMultipleNamespace.fs SCFLAGS="--test:ErrorRanges" # W_NoEntryPointInLastModuleInsideMultipleNamespace.fs
SOURCE=W_NoEntryPointModuleInNamespace.fs SCFLAGS="--test:ErrorRanges" # W_NoEntryPointModuleInNamespace.fs
SOURCE=W_NoEntryPointMultipleModules.fs SCFLAGS="--test:ErrorRanges" # W_NoEntryPointMultipleModules.fs
SOURCE=W_NoEntryPointTypeInNamespace.fs SCFLAGS="--test:ErrorRanges" # W_NoEntryPointTypeInNamespace.fs