Bug 852509 - add a make target for the pgo profile tests that we run during build time for pgo opt. r=ted

This commit is contained in:
Joel Maher 2013-03-19 13:14:40 -04:00
parent 7c40c410a6
commit 4d00eeb1c3

View File

@ -372,7 +372,8 @@ jetpack-tests:
leaktest:
$(PYTHON) _leaktest/leaktest.py $(LEAKTEST_ARGS)
pgo-profile-run:
$(PYTHON) $(DEPTH)/_profile/pgo/profileserver.py $(EXTRA_TEST_ARGS)
# Package up the tests and test harnesses
include $(topsrcdir)/toolkit/mozapps/installer/package-name.mk