From: Andi Kleen Date: Tue, 8 Jul 2014 06:35:10 +0000 (-0700) Subject: Run the perf test suite for profile feedback too X-Git-Tag: v2.1.0-rc0~24^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d7fd6d06feb29acc9e6304a75b4e26eb23491c4;p=thirdparty%2Fgit.git Run the perf test suite for profile feedback too Signed-off-by: Andi Kleen Signed-off-by: Junio C Hamano --- 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