summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2014-07-08 06:35:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-07-08 17:56:37 (GMT)
commit5d7fd6d06feb29acc9e6304a75b4e26eb23491c4 (patch)
tree9cb26a5b6ee242298f5d0e4877472e5b83943853 /Makefile
parent8cd7ebc89e025f1d5bc4b247497e4cfd7fd8ec0f (diff)
downloadgit-5d7fd6d06feb29acc9e6304a75b4e26eb23491c4.zip
git-5d7fd6d06feb29acc9e6304a75b4e26eb23491c4.tar.gz
git-5d7fd6d06feb29acc9e6304a75b4e26eb23491c4.tar.bz2
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 a9770ac..ba64be9 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