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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-09-27 22:36:26 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-09-27 23:47:59 +0300
commit5c528fcaa2166181a3b273afdbc07e30d5fb660d (patch)
tree9555f86eca0d13e4dfc260896065fa86016a6f8a /scripts/ci
parent0d7aa4ff4ca564479e616532a8d7fb4c486d02f5 (diff)
[WebMatrix.Data] Switch tests to use embedded test resources
Diffstat (limited to 'scripts/ci')
-rwxr-xr-xscripts/ci/run-test-default.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci/run-test-default.sh b/scripts/ci/run-test-default.sh
index 235d8090000..e77e79ea246 100755
--- a/scripts/ci/run-test-default.sh
+++ b/scripts/ci/run-test-default.sh
@@ -89,6 +89,7 @@ ${TESTCMD} --label=Mono.CodeContracts --timeout=5m make -w -C mcs/class/Mono.Cod
${TESTCMD} --label=System.Runtime.Caching --timeout=5m make -w -C mcs/class/System.Runtime.Caching run-test
${TESTCMD} --label=System.Data.Services --timeout=5m make -w -C mcs/class/System.Data.Services run-test
${TESTCMD} --label=System.Web.DynamicData --timeout=5m make -w -C mcs/class/System.Web.DynamicData run-test
+${TESTCMD} --label=WebMatrix.Data --timeout=5m make -w -C mcs/class/WebMatrix.Data run-test
${TESTCMD} --label=Mono.CSharp --timeout=5m make -w -C mcs/class/Mono.CSharp run-test
${TESTCMD} --label=WindowsBase --timeout=5m make -w -C mcs/class/WindowsBase run-test
${TESTCMD} --label=System.Numerics --timeout=5m make -w -C mcs/class/System.Numerics run-test