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:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34d750f06f..088c07e3cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-21 Lluis Sanchez Gual <lluis@novell.com>
+
+ * Makefile: Added test target.
+
2008-04-20 Geoff Norton <gnorton@novell.com>
* profiles/mac: Remove gtksourceview2 from the mac trunk build.
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