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>2018-11-12 02:37:11 +0300
committerGitHub <noreply@github.com>2018-11-12 02:37:11 +0300
commit5d2525527ef827f9ad669a8a32c36c05bce1d843 (patch)
tree32eb352a0e557bcc9433cc6d0e694e6ddd8b767d /mcs/errors
parent95a26ebff9d20be9d5dd51b5d9a79c8e27516944 (diff)
Add common "test" target for precompiling test assemblies (#11622)
So we can precompile all tests across the repo using a simple "make test" in the root.
Diffstat (limited to 'mcs/errors')
-rw-r--r--mcs/errors/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/errors/Makefile b/mcs/errors/Makefile
index d2303751690..334d0f1350c 100644
--- a/mcs/errors/Makefile
+++ b/mcs/errors/Makefile
@@ -42,8 +42,8 @@ TEST_SUPPORT_FILES = \
# mention all targets
all-local $(STD_TARGETS:=-local):
-VALID_PROFILE := $(filter $(DEFAULT_PROFILE), $(PROFILE))
-ifdef VALID_PROFILE
+VALID_TEST_PROFILE := $(filter net_4_x, $(PROFILE))
+ifdef VALID_TEST_PROFILE
qcheck: run-mcs-tests