[ci] (run-test-default) Run the corlib xunit tests
authorAleksey Kliger <aleksey@xamarin.com>
Thu, 3 Aug 2017 21:31:15 +0000 (17:31 -0400)
committerAleksey Kliger <aleksey@xamarin.com>
Thu, 3 Aug 2017 21:31:15 +0000 (17:31 -0400)
scripts/ci/run-test-default.sh

index acf299859ccb556f50df7eb0ffa50e5d3b3beadc..2cdd3c26ff8eef5b55edeae7e72f8a1867e68840 100755 (executable)
@@ -10,6 +10,7 @@ ${TESTCMD} --label=compile-runtime-tests --timeout=40m make -w -C mono/tests -j4
 ${TESTCMD} --label=runtime --timeout=160m make -w -C mono/tests -k test-wrench V=1 CI=1 CI_PR=${ghprbPullId}
 ${TESTCMD} --label=runtime-unit-tests --timeout=5m make -w -C mono/unit-tests -k check
 ${TESTCMD} --label=corlib --timeout=30m make -w -C mcs/class/corlib run-test
+${TESTCMD} --label=corlib-xunit --timeout=5m make -w -C mcs/class/corlib run-xunit-test
 ${TESTCMD} --label=verify --timeout=15m make -w -C runtime mcs-compileall
 ${TESTCMD} --label=profiler --timeout=30m make -w -C mono/profiler -k check
 ${TESTCMD} --label=compiler --timeout=30m make -w -C mcs/tests run-test