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:
authorMatt Ward <ward.matt@gmail.com>2014-02-05 17:31:27 +0400
committerMatt Ward <ward.matt@gmail.com>2014-02-05 17:31:27 +0400
commitd9eba24eafd74dfe772568ae51c6578dd576b139 (patch)
tree443a03b8f231cb35f3450ae413a9458d5ec8676e /main/tests
parent9ae68732f8eeb7405650d24cd70d88bdf485f2ae (diff)
[NuGet] Configure test project
Build tests to main/build/tests Include tests in makefile
Diffstat (limited to 'main/tests')
-rw-r--r--main/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tests/Makefile.am b/main/tests/Makefile.am
index dedea8860f..2e6e251bf0 100644
--- a/main/tests/Makefile.am
+++ b/main/tests/Makefile.am
@@ -28,6 +28,7 @@ TEST_ASSEMBLIES_COMMON = \
$(TEST_DIR)/UnitTests.dll \
$(TEST_DIR)/MonoDevelop.Debugger.Tests.dll \
$(TEST_DIR)/Mono.TextTemplating.Tests.dll \
+ $(TEST_DIR)/MonoDevelop.PackageManagement.Tests.dll \
$(TEST_DIR)/MonoDevelop.TextEditor.Tests.dll \
$(TEST_DIR)/MonoDevelop.XmlEditor.Tests.dll \
$(EXTERNAL)/nrefactory/bin/Debug/ICSharpCode.NRefactory.Tests.dll