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-07-11 15:20:40 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-07-11 15:21:37 +0400
commit48ed873d17fdb785c373b3b891a124001fd591b3 (patch)
treea3dd1fc520eac9ee2f0338e8998e8236e5491d3d /main/wintest.sh
parent2ab8eeac0112881f0f3c8863d65444e82d55865a (diff)
Try to get the basic unit tests running on windows
Diffstat (limited to 'main/wintest.sh')
-rw-r--r--main/wintest.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/wintest.sh b/main/wintest.sh
new file mode 100644
index 0000000000..98d78b4181
--- /dev/null
+++ b/main/wintest.sh
@@ -0,0 +1,2 @@
+external/mdtestharness/nunit-console-x86.exe -domain=multiple -noshadow build/tests/UnitTests.dll
+