Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Run the perf test suite for profile feedback too
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/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