Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Urban <bernhard.urban@xamarin.com>2017-10-17 19:10:38 +0300
committerMarek Safar <marek.safar@gmail.com>2017-10-17 22:26:41 +0300
commitd12dda34e45ef6021e2ecb09e82e8f715dede049 (patch)
tree615b95075cb996d5fe68a08fdbca8277c2dec129 /scripts
parentf2bab1910d9a227c23d642528d1acbad52170a08 (diff)
[mcs/tests] add interp target
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-test-interpreter.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci/run-test-interpreter.sh b/scripts/ci/run-test-interpreter.sh
index 58fddbc742b..0a6fed8717c 100755
--- a/scripts/ci/run-test-interpreter.sh
+++ b/scripts/ci/run-test-interpreter.sh
@@ -6,3 +6,4 @@ ${TESTCMD} --label=interpreter-regression --timeout=10m make -C mono/mini richec
${TESTCMD} --label=mixedmode-regression --timeout=10m make -C mono/mini mixedcheck
${TESTCMD} --label=compile-runtime-tests --timeout=40m make -w -C mono/tests -j4 tests
${TESTCMD} --label=runtime-interp --timeout=160m make -w -C mono/tests -k testinterp V=1
+${TESTCMD} --label=mcs-tests --timeout=160m make -w -C mcs/tests -k check-interp V=1