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 /Makefile
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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 83acdf5ee2..6eb45e7ca9 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ run-gdb:
cd main && $(MAKE) run-gdb
test:
- cd main/tests/UnitTests && $(MAKE) test fixture=$(fixture)
+ cd main && $(MAKE) test
check-addins:
cd main && $(MAKE) check-addins