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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2010-05-17 16:09:47 +0400
committerLluis Sanchez <lluis@novell.com>2010-05-17 16:09:47 +0400
commitb9162575016efd54b5a38fc0cba67c3676d5aa3d (patch)
treea9abdf796c83dc715ad69dd4a247b485aa4834e5 /main/src/core/MonoDevelop.Ide/Makefile.am
parent6cb62a34b69be4d4f33dd8d891d581a94ed2f933 (diff)
* Makefile.am:
* MonoDevelop.Ide/Ide.cs: * MonoDevelop.Ide.csproj: * MonoDevelop.Components.AutoTest: * MonoDevelop.Components.Commands/CommandManager.cs: * MonoDevelop.Components.AutoTest/AutoTestSession.cs: * MonoDevelop.Components.AutoTest/AutoTestService.cs: * MonoDevelop.Components.AutoTest/AutoTestClientSession.cs: Added some experimental and basic support for automated gui testing. svn path=/trunk/monodevelop/; revision=157443
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/Makefile.am')
-rw-r--r--main/src/core/MonoDevelop.Ide/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/Makefile.am b/main/src/core/MonoDevelop.Ide/Makefile.am
index c02603e5c8..81987a6c60 100644
--- a/main/src/core/MonoDevelop.Ide/Makefile.am
+++ b/main/src/core/MonoDevelop.Ide/Makefile.am
@@ -94,6 +94,9 @@ FILES = \
gtk-gui/MonoDevelop.Ide.Projects.SelectReferenceDialog.cs \
gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs \
gtk-gui/MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.cs \
+ MonoDevelop.Components.AutoTest/AutoTestClientSession.cs \
+ MonoDevelop.Components.AutoTest/AutoTestService.cs \
+ MonoDevelop.Components.AutoTest/AutoTestSession.cs \
MonoDevelop.Components.Chart/Axis.cs \
MonoDevelop.Components.Chart/AxisDimension.cs \
MonoDevelop.Components.Chart/AxisPosition.cs \