[WebConnection] Fix race condition between Close and BeginWrite (#4694)
[mono-project.git] / acceptance-tests / ms-test-suite.mk
blob7ed072e797d59c86766cf1d57f878e9d851e0926
1 check-ms-test-suite: $(CLASS)/nunitlite.dll
2 @if $(MAKE) validate-ms-test-suite RESET_VERSIONS=1; then \
3 $(MAKE) -C $(MSTESTSUITE_PATH)/conformance build MCS="$(MCS) -debug:portable -t:library -warn:1 -r:$(CLASS)/nunitlite.dll" && \
4 $(MAKE) -C $(MSTESTSUITE_PATH)/conformance run NUNIT-CONSOLE="$(RUNTIME) $(CLASS)/nunit-lite-console.exe -exclude=MonoBug,BadTest -format:nunit2" NUNIT_XML_RESULT="-result:$(abs_top_builddir)/acceptance-tests/TestResult-ms-test-suite-conformance.xml" || EXIT_CODE=1; \
5 $(MAKE) -C $(MSTESTSUITE_PATH)/systemruntimebringup build MCS="$(MCS) -debug:portable -warn:1" && \
6 $(MAKE) -C $(MSTESTSUITE_PATH)/systemruntimebringup run MONO="$(RUNTIME)" || EXIT_CODE=1; \
7 exit $$EXIT_CODE; \
8 else \
9 echo "*** [ms-test-suite] Getting the repository failed, you probably don't have access to this Xamarin-internal resource. Skipping."; \
12 $(CLASS)/nunitlite.dll:
13 $(MAKE) -C $(mcs_topdir)/tools/nunit-lite