Skip to content

Commit

Permalink
Remove more unused files from netcore/. (#47882)
Browse files Browse the repository at this point in the history
* Remove more unused files from netcore/.

* Remove unused gen-xunit-runner.
  • Loading branch information
vargaz authored Feb 5, 2021
1 parent 37f1fb9 commit f3b4330
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 584 deletions.
8 changes: 2 additions & 6 deletions src/mono/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
ifeq ($(wildcard ../../.dotnet),)
$(info Downloading local dotnet...)
endif

DOTNET := $(shell bash init-tools.sh | tail -1)
DOTNET := ../../dotnet.sh

LIBRARIES_TESTS_CONFIG=Release
CORECLR_TESTS_CONFIG=Release
Expand All @@ -21,7 +17,7 @@ ifeq ($(words $(wildcard ../../artifacts/bin/testhost/*-*-*-*)), 1)
LIBRARIES_TESTS_CONFIG := $(word 3,$(subst -, ,$(notdir $(wildcard ../../artifacts/bin/testhost/*-*-*-*))))
endif

MONO_PROJ=/p:CoreClrTestConfig=$(CORECLR_TESTS_CONFIG) /p:LibrariesTestConfig=$(LIBRARIES_TESTS_CONFIG) /p:Configuration=$(MONO_RUNTIME_CONFIG) ../mono.proj
MONO_PROJ=/p:CoreClrTestConfig=$(CORECLR_TESTS_CONFIG) /p:LibrariesTestConfig=$(LIBRARIES_TESTS_CONFIG) /p:Configuration=$(MONO_RUNTIME_CONFIG) mono.proj

# run sample using local .dotnet-mono
# build it with .dotnet first in order to be able to use LLVM only for the actual sample
Expand Down
Loading

0 comments on commit f3b4330

Please sign in to comment.