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:
authorLluis Sanchez <lluis@novell.com>2008-05-21 14:34:11 +0400
committerLluis Sanchez <lluis@novell.com>2008-05-21 14:34:11 +0400
commitb4d1900c4737014cbeba932cc2d878056a636f45 (patch)
tree6c0d40e8d940cafc73826c295913f463bd37d155 /Makefile
parentd2e5628a45b08ffe8dad7a21d7f46eb15abdd2eb (diff)
2008-05-21 Lluis Sanchez Gual <lluis@novell.com>
* Makefile: Added test target. svn path=/trunk/monodevelop/; revision=103670
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ea6b4b0693..9db44693b3 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,9 @@ dist: dist-recursive
run:
cd main && make run
+
+test:
+ cd main/tests/UnitTests && make test fixture=$(fixture)
check-addins:
cd main && make check-addins