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:
authorAlan McGovern <alan@xamarin.com>2014-01-25 01:20:51 +0400
committerAlan McGovern <alan@xamarin.com>2014-01-25 01:20:51 +0400
commitc2dc7960605e9d9983b6a68c423c6ce10b58cda6 (patch)
treea94a97dbefe96708f66cbcaa3df08841e82b7d10 /main/tests
parent96df7f3c5d320250b57ee45a4399b3a03fd25177 (diff)
[tests] Add Ide.Tests.dll to the makefiles
Diffstat (limited to 'main/tests')
-rw-r--r--main/tests/Ide.Tests/Ide.Tests.csproj4
-rw-r--r--main/tests/Makefile.am1
2 files changed, 3 insertions, 2 deletions
diff --git a/main/tests/Ide.Tests/Ide.Tests.csproj b/main/tests/Ide.Tests/Ide.Tests.csproj
index 555f8bccba..2cb4dd7585 100644
--- a/main/tests/Ide.Tests/Ide.Tests.csproj
+++ b/main/tests/Ide.Tests/Ide.Tests.csproj
@@ -16,7 +16,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>bin\Debug</OutputPath>
+ <OutputPath>..\..\build\tests</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
- <OutputPath>bin\Release</OutputPath>
+ <OutputPath>..\..\build\tests</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
diff --git a/main/tests/Makefile.am b/main/tests/Makefile.am
index 171339d0b3..dedea8860f 100644
--- a/main/tests/Makefile.am
+++ b/main/tests/Makefile.am
@@ -23,6 +23,7 @@ TEST_ASSEMBLIES_WINDOWS = \
$(TEST_DIR)/VersionControl.Subversion.Win32.Tests.dll
TEST_ASSEMBLIES_COMMON = \
+ $(TEST_DIR)/Ide.Tests.dll \
$(TEST_DIR)/MonoDevelop.VersionControl.Git.Tests.dll \
$(TEST_DIR)/UnitTests.dll \
$(TEST_DIR)/MonoDevelop.Debugger.Tests.dll \