[jit] Add a make target for running the jit tests without the nunit output wrapper.
authorZoltan Varga <vargaz@gmail.com>
Thu, 5 Mar 2015 22:53:55 +0000 (17:53 -0500)
committerZoltan Varga <vargaz@gmail.com>
Thu, 5 Mar 2015 22:53:55 +0000 (17:53 -0500)
mono/mini/Makefile.am.in

index 7f9f0a6558572f653df89380c1018dd8a6d80499..51610dd180f8bd7d0fcdda02d1c3ed43bc3c4263 100755 (executable)
@@ -667,6 +667,9 @@ else
        exit $$(cat regressionexitcode.out)
 endif
 
+rcheck2: mono $(regtests)
+       $(RUNTIME) --regression $(regtests)
+
 check-seq-points: mono $(regtests)
        rm -f TestResults_op_il_seq_point.xml
        for i in $(regtests); do ./test_op_il_seq_point.sh $$i || (./test_op_il_seq_point_headerfooter.sh; exit 1) || exit 1; done