From 5d7fd6d06feb29acc9e6304a75b4e26eb23491c4 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Mon, 7 Jul 2014 23:35:10 -0700 Subject: [PATCH] Run the perf test suite for profile feedback too Signed-off-by: Andi Kleen Signed-off-by: Junio C Hamano --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a9770ac476..ba64be9fb2 100644 --- 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 -- 2.11.4.GIT