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:
authorEgorBo <egorbo@gmail.com>2018-05-03 00:22:21 +0300
committerMarek Safar <marek.safar@gmail.com>2018-05-04 11:35:30 +0300
commitc79e38f870d7b9797bc6f3d7800dc3acaa641e00 (patch)
tree2c852b9480196e0d0becaad21689c61fa43938a2 /scripts
parentd17ad304b3a1ce88679d4d4f15ddf0faf73ae4a1 (diff)
Add System.ComponentModel.Composition xunit tests
Diffstat (limited to 'scripts')
-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 d65ccb7f8ba..ccbb3e10f0a 100755
--- a/scripts/ci/run-test-default.sh
+++ b/scripts/ci/run-test-default.sh
@@ -79,6 +79,7 @@ ${TESTCMD} --label=System.ServiceModel --timeout=15m make -w -C mcs/class/System
${TESTCMD} --label=System.ServiceModel.Web --timeout=5m make -w -C mcs/class/System.ServiceModel.Web run-test
${TESTCMD} --label=System.Web.Extensions-standalone --timeout=5m make -w -C mcs/class/System.Web.Extensions run-standalone-test
${TESTCMD} --label=System.ComponentModel.DataAnnotations --timeout=5m make -w -C mcs/class/System.ComponentModel.DataAnnotations run-test
+${TESTCMD} --label=System.ComponentModel.Composition-xunit --timeout=5m make -w -C mcs/class/System.ComponentModel.Composition.4.5 run-xunit-test
${TESTCMD} --label=Mono.CodeContracts --timeout=5m make -w -C mcs/class/Mono.CodeContracts run-test
${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