[Pkg-mono-svn-commits] [SCM] mono branch, master-experimental, updated. debian/2.6.7-5-51-g97c6760

Mirco Bauer meebey at meebey.net
Sun Jan 30 19:37:21 UTC 2011


The following commit has been merged in the master-experimental branch:
commit 97c67600dd00f3d9733d73c4a7d3ba79039e1087
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun Jan 30 20:36:03 2011 +0100

    Added a 2nd test-suite pass with sgen

diff --git a/debian/rules b/debian/rules
index 101d109..1550e42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,10 +51,12 @@ endif
 
 ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	MINI_TEST = true
-	MONO_TEST = true
+	MONO_BOEHM_TEST = true
+	MONO_SGEN_TEST = true
 else
 	MINI_TEST = cd mono/mini && make check
-	MONO_TEST = cd mono/tests && make test
+	MONO_BOEHM_TEST = cd mono/tests && MONO_ENV_OPTIONS=--gc=boehm make test
+	MONO_SGEN_TEST = cd mono/tests && MONO_ENV_OPTIONS=--gc=sgen make test
 endif
 
 MDB_REL = mono-debugger
@@ -117,7 +119,8 @@ build-stamp: configure-stamp
 test: test-stamp
 test-stamp: build-stamp
 	-$(MINI_TEST)
-	-$(MONO_TEST)
+	-$(MONO_BOEHM_TEST)
+	-$(MONO_SGEN_TEST)
 	# funny bug-459094.cs creates too long directory names which
 	# pbuilder is unable to remove, eh
 	rm -rf mono/tests/abcde12345abcde12345abcde12345abcde12345/

-- 
mono



More information about the Pkg-mono-svn-commits mailing list