From dee86a3f0d0df537d7cd96d4b5ad16437bce4248 Mon Sep 17 00:00:00 2001 From: Gergely Pilisi <gergely.pilisi@ericsson.com> Date: Thu, 28 Apr 2016 08:53:34 +0200 Subject: [PATCH] Modified make check behavior Signed-off-by: Gergely Pilisi <gergely.pilisi@ericsson.com> --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44a857f5a..357f933af 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ # Kremer, Peter # Lovassy, Arpad # Ormandi, Matyas +# Pilisi, Gergely # Raduly, Csaba # Szabados, Kristof # Szabo, Janos Zoltan – initial implementation @@ -94,7 +95,7 @@ endif # check is the standard GNU target for running tests # (avoids clash with shell builtin 'test') check: - make -C regression_test report + compiler2/compiler -v ifneq (,$(findstring prereq,$(MAKECMDGOALS))) # Export all variables into the environment for the prereq target -- GitLab