Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2014-07-08 10:35:10 +0400
committerJunio C Hamano <gitster@pobox.com>2014-07-08 21:56:37 +0400
commit5d7fd6d06feb29acc9e6304a75b4e26eb23491c4 (patch)
tree9cb26a5b6ee242298f5d0e4877472e5b83943853 /Makefile
parent8cd7ebc89e025f1d5bc4b247497e4cfd7fd8ec0f (diff)
Run the perf test suite for profile feedback too
Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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