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-03-13 19:39:58 +0300
committerBernhard Urban <bernhard.urban@xamarin.com>2017-03-13 19:41:31 +0300
commitd4513c61d42a0c413a15a269aa284eda95cdb75f (patch)
tree66d061eaddc4f9091527cebbc5004e280751b347 /scripts
parent1283104761e7271bbb40392475b76c11fb50b52e (diff)
[ci] add more steps to interp
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-test-interpreter.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci/run-test-interpreter.sh b/scripts/ci/run-test-interpreter.sh
index f148a90e3c0..08a0c5d7da1 100755
--- a/scripts/ci/run-test-interpreter.sh
+++ b/scripts/ci/run-test-interpreter.sh
@@ -3,3 +3,5 @@
export TESTCMD=`dirname "${BASH_SOURCE[0]}"`/run-step.sh
${TESTCMD} --label=interpreter-regression --timeout=10m make -C mono/mini richeck
+${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