From 5d2525527ef827f9ad669a8a32c36c05bce1d843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 12 Nov 2018 00:37:11 +0100 Subject: 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. --- mcs/errors/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mcs/errors') 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 -- cgit v1.2.3