From ff938b5960ed922aca31fb88f078c3375183ff96 Mon Sep 17 00:00:00 2001 From: Rodrigo Kumpera Date: Wed, 23 Apr 2014 19:36:36 -0400 Subject: [PATCH] [sgen-bridge] Add the new bridge to the testing matrix. --- mono/tests/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mono/tests/Makefile.am b/mono/tests/Makefile.am index 96f0d0e6a86..997dac1d896 100644 --- a/mono/tests/Makefile.am +++ b/mono/tests/Makefile.am @@ -920,7 +920,10 @@ SGEN_CONFIGURATIONS = \ SGEN_BRIDGE_CONFIGURATIONS = \ "|plain" \ ",major=marksweep-conc|ms-conc" \ - ",minor=split|ms-split" + ",minor=split|ms-split" \ + ",bridge-implementation=new|plain-new-bridge" \ + ",bridge-implementation=new,major=marksweep-conc|ms-conc-new-bridge" \ + ",bridge-implementation=new,minor=split|ms-split-new-bridge" sgen-regular-tests: $(SGEN_TESTS) @failed=0; \ -- 2.25.1