Modified make check behavior
authorGergely Pilisi <gergely.pilisi@ericsson.com>
Thu, 28 Apr 2016 06:53:34 +0000 (08:53 +0200)
committerGergely Pilisi <gergely.pilisi@ericsson.com>
Thu, 28 Apr 2016 06:53:34 +0000 (08:53 +0200)
Signed-off-by: Gergely Pilisi <gergely.pilisi@ericsson.com>
Makefile

index 44a857f5ab916f0a7b66d63ed7a572a7ecf2b08d..357f933afbebc7b0a84c253050bd1bd22770e806 100644 (file)
--- 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
This page took 0.024409 seconds and 5 git commands to generate.