Skip to content
Snippets Groups Projects
Commit dee86a3f authored by Gergely Pilisi's avatar Gergely Pilisi
Browse files

Modified make check behavior


Signed-off-by: default avatarGergely Pilisi <gergely.pilisi@ericsson.com>
parent abb68699
No related branches found
No related tags found
1 merge request!52Modified make check behavior
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
# Kremer, Peter # Kremer, Peter
# Lovassy, Arpad # Lovassy, Arpad
# Ormandi, Matyas # Ormandi, Matyas
# Pilisi, Gergely
# Raduly, Csaba # Raduly, Csaba
# Szabados, Kristof # Szabados, Kristof
# Szabo, Janos Zoltan – initial implementation # Szabo, Janos Zoltan – initial implementation
...@@ -94,7 +95,7 @@ endif ...@@ -94,7 +95,7 @@ endif
# check is the standard GNU target for running tests # check is the standard GNU target for running tests
# (avoids clash with shell builtin 'test') # (avoids clash with shell builtin 'test')
check: check:
make -C regression_test report compiler2/compiler -v
ifneq (,$(findstring prereq,$(MAKECMDGOALS))) ifneq (,$(findstring prereq,$(MAKECMDGOALS)))
# Export all variables into the environment for the prereq target # Export all variables into the environment for the prereq target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment