Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « tests « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72aa268564f5f7fee9095491496920757a90b0e7 (plain)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
if ENABLE_TESTS

SUBDIRS = UnitTests
	
EXTRA_DIST = \
	test-projects/resources-tester/ResourcesTester/Subfolder/FormFile2.cs \
	test-projects/resources-tester/ResourcesTester/Subfolder/FormFile2.Designer.cs \
	test-projects/resources-tester/ResourcesTester/Subfolder/Normal2.Designer.cs \
	test-projects/resources-tester/ResourcesTester/Subfolder/Normal2.resx \
	test-projects/resources-tester/ResourcesTester/Subfolder/Cultured2.ca.resx \
	test-projects/resources-tester/ResourcesTester/Subfolder/BitmapCultured2.ca.bmp \
	test-projects/resources-tester/ResourcesTester/Subfolder/Bitmap2.bmp \
	test-projects/resources-tester/ResourcesTester/Subfolder/FormFile2.ca.resx \
	test-projects/resources-tester/ResourcesTester/Subfolder/FormFile2.resx \
	test-projects/resources-tester/ResourcesTester/Bitmap1.bmp \
	test-projects/resources-tester/ResourcesTester/Normal.resx \
	test-projects/resources-tester/ResourcesTester/Normal.Designer.cs \
	test-projects/resources-tester/ResourcesTester/FormFile.Designer.cs \
	test-projects/resources-tester/ResourcesTester/Cultured.ca.resx \
	test-projects/resources-tester/ResourcesTester/Properties/Settings.Designer.cs \
	test-projects/resources-tester/ResourcesTester/Properties/Settings.settings \
	test-projects/resources-tester/ResourcesTester/Properties/Resources.resx \
	test-projects/resources-tester/ResourcesTester/Properties/AssemblyInfo.cs \
	test-projects/resources-tester/ResourcesTester/Properties/Resources.Designer.cs \
	test-projects/resources-tester/ResourcesTester/ResourcesTester.csproj \
	test-projects/resources-tester/ResourcesTester/FormFile.ca.resx \
	test-projects/resources-tester/ResourcesTester/BitmapCultured.ca.bmp \
	test-projects/resources-tester/ResourcesTester/FormFile.cs \
	test-projects/resources-tester/ResourcesTester/FormFile.resx \
	test-projects/resources-tester/ResourcesTester/Program.cs \
	test-projects/resources-tester/ResourcesTester.sln \
	test-projects/nunit-assembly-group/nunit-assembly-group.mds \
	test-projects/nunit-assembly-group/nunit-assembly-group.md-nunit \
	test-projects/test-build-configs/Lib3/MyClass.cs \
	test-projects/test-build-configs/Lib3/Lib3.mdp \
	test-projects/test-build-configs/Lib3/AssemblyInfo.cs \
	test-projects/test-build-configs/Lib4/Lib4.mdp \
	test-projects/test-build-configs/Lib4/MyClass.cs \
	test-projects/test-build-configs/Lib4/AssemblyInfo.cs \
	test-projects/test-build-configs/Lib2/MyClass.cs \
	test-projects/test-build-configs/Lib2/Lib2.mdp \
	test-projects/test-build-configs/Lib2/AssemblyInfo.cs \
	test-projects/test-build-configs/test-build-configs.mds \
	test-projects/test-build-configs/Lib1/Lib1.mdp \
	test-projects/test-build-configs/Lib1/MyClass.cs \
	test-projects/test-build-configs/Lib1/AssemblyInfo.cs \
	test-projects/generated-console-project/TestProject.csproj \
	test-projects/generated-console-project/TestProject.mdp \
	test-projects/generated-console-project/TestSolution.sln \
	test-projects/generated-console-project/TestSolution.mds \
	test-projects/console-with-libs-mdp/library1/library1.mdp \
	test-projects/console-with-libs-mdp/library1/MyClass.cs \
	test-projects/console-with-libs-mdp/library1/AssemblyInfo.cs \
	test-projects/console-with-libs-mdp/console-with-libs-mdp \
	test-projects/console-with-libs-mdp/console-with-libs-mdp/Main.cs \
	test-projects/console-with-libs-mdp/console-with-libs-mdp/console-with-libs-mdp.mdp \
	test-projects/console-with-libs-mdp/console-with-libs-mdp/AssemblyInfo.cs \
	test-projects/console-with-libs-mdp/console-with-libs-mdp.mds \
	test-projects/console-with-libs-mdp/library2/MyClass.cs \
	test-projects/console-with-libs-mdp/library2/AssemblyInfo.cs \
	test-projects/console-with-libs-mdp/library2/library2.mdp \
	test-projects/nested-solutions-mdp/nested-solutions-mdp.mds \
	test-projects/nested-solutions-mdp/nested-solution2/nested-solution3/nested-solution3.mds \
	test-projects/nested-solutions-mdp/nested-solution2/nested-solution3/library3/library3.mdp \
	test-projects/nested-solutions-mdp/nested-solution2/nested-solution3/library3/MyClass.cs \
	test-projects/nested-solutions-mdp/nested-solution2/nested-solution3/library3/AssemblyInfo.cs \
	test-projects/nested-solutions-mdp/nested-solution2/nested-solution3/library4/library4.mdp \
	test-projects/nested-solutions-mdp/nested-solution2/nested-solution3/library4/MyClass.cs \
	test-projects/nested-solutions-mdp/nested-solution2/nested-solution3/library4/AssemblyInfo.cs \
	test-projects/nested-solutions-mdp/nested-solution2/console-project2/Main.cs \
	test-projects/nested-solutions-mdp/nested-solution2/console-project2/AssemblyInfo.cs \
	test-projects/nested-solutions-mdp/nested-solution2/console-project2/console-project2.mdp \
	test-projects/nested-solutions-mdp/nested-solution2/nested-solution2.mds \
	test-projects/nested-solutions-mdp/console-project/Main.cs \
	test-projects/nested-solutions-mdp/console-project/console-project.mdp \
	test-projects/nested-solutions-mdp/console-project/AssemblyInfo.cs \
	test-projects/nested-solutions-mdp/nested-solution1/library1/library1.mdp \
	test-projects/nested-solutions-mdp/nested-solution1/library1/MyClass.cs \
	test-projects/nested-solutions-mdp/nested-solution1/library1/AssemblyInfo.cs \
	test-projects/nested-solutions-mdp/nested-solution1/nested-solution1.mds \
	test-projects/nested-solutions-mdp/nested-solution1/library2/MyClass.cs \
	test-projects/nested-solutions-mdp/nested-solution1/library2/AssemblyInfo.cs \
	test-projects/nested-solutions-mdp/nested-solution1/library2/library2.mdp \
	test-projects/console-project-with-makefile/Makefile.include \
	test-projects/console-project-with-makefile/ConsoleProject/ConsoleProject.csproj \
	test-projects/console-project-with-makefile/ConsoleProject/Makefile \
	test-projects/console-project-with-makefile/ConsoleProject/consoleproject.in \
	test-projects/console-project-with-makefile/ConsoleProject/Properties/AssemblyInfo.cs \
	test-projects/console-project-with-makefile/ConsoleProject/Program.cs \
	test-projects/console-project-with-makefile/Makefile \
	test-projects/console-project-with-makefile/rules.make \
	test-projects/console-project-with-makefile/configure \
	test-projects/console-project-with-makefile/ConsoleProject.sln \
	test-projects/csharp-console-mdp/csharp-console-mdp/csharp-console-mdp.mdp \
	test-projects/csharp-console-mdp/csharp-console-mdp/Main.cs \
	test-projects/csharp-console-mdp/csharp-console-mdp/AssemblyInfo.cs \
	test-projects/csharp-console-mdp/csharp-console-mdp.mds \
	test-projects/ChangeLog \
	test-projects/console-project/ConsoleProject/ConsoleProject.csproj \
	test-projects/console-project/ConsoleProject/Properties/AssemblyInfo.cs \
	test-projects/console-project/ConsoleProject/Program.cs \
	test-projects/console-project/ConsoleProject.sln

endif