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>2019-05-23 21:17:41 +0300
committerGitHub <noreply@github.com>2019-05-23 21:17:41 +0300
commitf5f3c6aabe8c8f9d3f76a0d5d50acae16dda178f (patch)
treef996198b6c02454eaa722fcd27b6d58e142da033 /runtime
parentb564c26cb52ca195970d088af46041d5a6db7615 (diff)
[tests] Add xunit.execution.dotnet.dll to tests directory (#14595)
So it gets included in the sdks archive
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index f7c8f284a0b..3a84c023237 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -170,7 +170,6 @@ test-bundle-local:
cp -L -R $(mcs_topdir)/class/lib/$$profile $(TEST_BUNDLE_PATH); \
done
cp -L $(top_srcdir)/external/xunit-binaries/*.dll $(top_srcdir)/external/xunit-binaries/*.exe $(top_srcdir)/external/xunit-binaries/*.config $(TEST_BUNDLE_PATH)/net_4_x/
- cp -L $(top_srcdir)/external/xunit-binaries/xunit.execution.dotnet.dll $(TEST_BUNDLE_PATH)/net_4_x/tests/
$(MAKE) -C $(mcs_topdir)/tests test-bundle
$(MAKE) -C $(mcs_topdir)/errors test-bundle
$(MAKE) -C $(mcs_topdir)/packages test-bundle