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

MonoDevelop.TestRunner.addin.xml « TestRunner « tests « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1620e5e7a75605f2048713925e5efab31edcd060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Addin id          = "TestRunner"
       namespace   = "MonoDevelop"
       name        = "Test Runner"
       copyright   = "MIT/X11"
       url         = "http://www.monodevelop.com"
       description = "Test runner for the MonoDevelop unit tests"
       category    = "MonoDevelop Core"
       isroot      = "false"
       version     = "4.1.13"
       compatVersion = "4.0">

	<Dependencies>
		<Addin id="Core" version="4.1.13"/>
	</Dependencies>
	
	<Extension path = "/MonoDevelop/Core/Applications">
		<Application id = "run-md-tests" class = "MonoDevelop.Tests.TestRunner.Runer" description = "Runs the MonoDevelop unit test suite"/>
	</Extension>
</Addin>