From f5f3c6aabe8c8f9d3f76a0d5d50acae16dda178f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Thu, 23 May 2019 20:17:41 +0200 Subject: [tests] Add xunit.execution.dotnet.dll to tests directory (#14595) So it gets included in the sdks archive --- runtime/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime') 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 -- cgit v1.2.3