Add the tarjan bridge to the test matrix.
authorRodrigo Kumpera <kumpera@gmail.com>
Mon, 2 Feb 2015 16:04:37 +0000 (11:04 -0500)
committerRodrigo Kumpera <kumpera@gmail.com>
Wed, 25 Feb 2015 22:50:46 +0000 (17:50 -0500)
mono/tests/Makefile.am

index c3e5e3829bca899a8e17c434939e2e83c38d28ba..4e77f9c0f18ef7611967e475792488504d1fadd9 100644 (file)
@@ -957,6 +957,9 @@ SGEN_BRIDGE_CONFIGURATIONS =        \
        "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"
+       "bridge-implementation=tarjan|plain-new-bridge" \
+       "bridge-implementation=tarjan,major=marksweep-conc|ms-conc-new-bridge"  \
+       "bridge-implementation=tarjan,minor=split|ms-split-new-bridge"
 
 sgen-regular-tests: $(SGEN_TESTS)
        @failed=0; \