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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kyte <alexmkyte@fastmail.com>2016-01-13 20:10:01 +0300
committerAlexander Kyte <alexmkyte@fastmail.com>2016-01-22 01:25:15 +0300
commit1564b8fa1d4c3eb14a7572df92a46cc6e40b0f4a (patch)
tree34cc39928f0e15bb1d3a78812bc18c4b8513db45 /.gitmodules
parent282edf8494f4381120aa0b6857920c731c89b0d1 (diff)
[nunit-lite] Add NUnitLite fork as submodule and build through makefiles
in /mcs/tools/nunit-lite
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index ee9a2ecdffd..731e6c68282 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -30,3 +30,6 @@
[submodule "external/Lucene.Net.Light"]
path = external/Lucene.Net.Light
url = git://github.com/mono/Lucene.Net.Light.git
+[submodule "external/nunit-lite"]
+ path = external/nunit-lite
+ url = git://github.com/mono/NUnitLite.git