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:
Diffstat (limited to 'Extras/NUnit/Services/ExternalTestRunner.cs')
-rw-r--r--Extras/NUnit/Services/ExternalTestRunner.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Extras/NUnit/Services/ExternalTestRunner.cs b/Extras/NUnit/Services/ExternalTestRunner.cs
index 1deba118f3..b3f4c5236a 100644
--- a/Extras/NUnit/Services/ExternalTestRunner.cs
+++ b/Extras/NUnit/Services/ExternalTestRunner.cs
@@ -39,6 +39,7 @@ using NUnit.Core;
namespace MonoDevelop.NUnit
{
+ [AddinDependency ("MonoDevelop.Projects")]
class ExternalTestRunner: RemoteProcessObject
{
string assemblyName;