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.mcgovern@gmail.com>2012-06-05 19:27:59 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-06-05 21:14:44 +0400
commit64d2e0b8e523a7bc48b8c301708ae58743b424a8 (patch)
treeb8a51f663faeb08fd58ab9a88003669f7d500b60 /.gitmodules
parent9482818a80b3a0010de120a4237f35adb5ff1818 (diff)
[Tests] Import a new test runner using a git submodule and enable the tests
When MonoDevelop is compiled using --enable-tests we now build MonoMac, MacDev and the UnitTests assemblies. These can then be run on the bots as part of the build process.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 39a3a997a7..1eab27d5f2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -13,3 +13,6 @@
[submodule "main/external/ngit"]
path = main/external/ngit
url = git://github.com/mono/ngit.git
+[submodule "main/external/mdtestharness"]
+ path = main/external/mdtestharness
+ url = git://github.com/alanmcgovern/mdtestharness.git