OSDN Git Service

Run the perf test suite for profile feedback too
authorAndi Kleen <ak@linux.intel.com>
Tue, 8 Jul 2014 06:35:10 +0000 (23:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Jul 2014 17:56:37 +0000 (10:56 -0700)
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index a9770ac..ba64be9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1647,6 +1647,7 @@ ifeq ($(filter all,$(MAKECMDGOALS)),all)
 all:: profile-clean
        $(MAKE) PROFILE=GEN all
        $(MAKE) PROFILE=GEN -j1 test
+       $(MAKE) PROFILE=GEN -j1 perf
 endif
 endif