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 a9770ac4766a70a9259096b831f3b259f6d34ca3..ba64be9fb2d39fab04127d520d63562d62301dea 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