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
48 lines (33 loc) · 2.84 KB
/
env.lst
File metadata and controls
48 lines (33 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This file is needed by the rest of the suite. It is not really a testcase...
SOURCE=CodeGenHelper.fs SCFLAGS="-a -g" # CodeGenHelper.fs
SOURCE=AttributesOnProperty.fs SCFLAGS="-r:CodeGenHelper.dll" # AttributesOnProperty.fs
SOURCE=AttributesOnPropertyGetter.fs SCFLAGS="-r:CodeGenHelper.dll" # AttributesOnPropertyGetter.fs
SOURCE=AttributesOnPropertyGetterSetter.fs SCFLAGS="-r:CodeGenHelper.dll" # AttributesOnPropertyGetterSetter.fs
SOURCE=AttributesOnPropertySetter.fs SCFLAGS="-r:CodeGenHelper.dll" # AttributesOnPropertySetter.fs
SOURCE=NativePtr01.fs PEVER=/Exp_Fail SCFLAGS="-r:CodeGenHelper.dll" # NativePtr01.fs
SOURCE=AttributesOnLet01.fs SCFLAGS="-r:CodeGenHelper.dll" # AttributesOnLet01.fs
SOURCE=AttributesOnLet02.fs SCFLAGS="-r:CodeGenHelper.dll" # AttributesOnLet02.fs
SOURCE=FunctionArity01.fs SCFLAGS="-r:CodeGenHelper.dll" # FunctionArity01.fs
SOURCE=ClassArity01.fs SCFLAGS="-r:CodeGenHelper.dll" # ClassArity01.fs
SOURCE=ModuleArity01.fs SCFLAGS="-r:CodeGenHelper.dll" # ModuleArity01.fs
SOURCE=Delegates01.fs SCFLAGS="-r:CodeGenHelper.dll" # Delegates01.fs
SOURCE=Events01.fs SCFLAGS="-r:CodeGenHelper.dll" # Events01.fs
SOURCE=Events02.fs SCFLAGS="-r:CodeGenHelper.dll" # Events02.fs
SOURCE=UnitsOfMeasure01.fs SCFLAGS="-r:CodeGenHelper.dll" # UnitsOfMeasure01.fs
SOURCE=UnitsOfMeasure02.fs SCFLAGS="-r:CodeGenHelper.dll" # UnitsOfMeasure02.fs
SOURCE=UnitsOfMeasure03.fs SCFLAGS="-r:CodeGenHelper.dll" # UnitsOfMeasure03.fs
SOURCE=ObjectExpressions01.fs SCFLAGS="-r:CodeGenHelper.dll" # ObjectExpressions01.fs
SOURCE="UnionTypeWithSignature01.fsi UnionTypeWithSignature01.fs" SCFLAGS="-r:CodeGenHelper.dll" # UnionTypeWithSignature01.fs
SOURCE="UnionTypeWithSignature02.fsi UnionTypeWithSignature02.fs" SCFLAGS="-r:CodeGenHelper.dll" # UnionTypeWithSignature02.fs
SOURCE=Equality01.fs # Equality01.fs
SOURCE=Extensions01.fs SCFLAGS="-r:CodeGenHelper.dll" # Extensions01.fs
SOURCE=Extensions02.fs SCFLAGS="-r:CodeGenHelper.dll" # Extensions02.fs
SOURCE=DiscUnionCodeGen1.fs SCFLAGS="-r:CodeGenHelper.dll" # DiscUnionCodeGen1.fs
SOURCE=ReadOnlyStructFromLib.fs SCFLAGS="-r:ReadWriteLib.dll" PRECMD="\$CSC_PIPE /target:library /reference:System.Core.dll ReadWriteLib.cs" # ReadOnlyStructFromLib.fs
SOURCE=LocalTypeFunctionInIf.fs # LocalTypeFunctionInIf.fs
REM DoNotInlineX.fs is a driver for the tests that follow
REM The command line args are explained in the source file
SOURCE=DoNotInlineX.fs # DoNotInlineX.fs
SOURCE=dummy.fs POSTCMD="DoNotInlineX.exe PASS1 BASE_CALL 2 3" # DoNotInlineBaseCalls.fs
SOURCE=dummy.fs POSTCMD="DoNotInlineX.exe PASS1 CAS 10 11" # DoNotInlineCASMethods.fs
SOURCE=dummy.fs POSTCMD="DoNotInlineX.exe PASS1 SSC 2 3" # DoNotInlineSecurityAttributeMethods.fs