Bug 841039 - add a make target for the leaktest tests we run at build time from the objdir. r=ted

This commit is contained in:
Joel Maher 2013-02-14 05:22:46 -05:00
parent 0c57a1e0ba
commit bc8109a7a0

View File

@ -365,6 +365,13 @@ cppunittests-remote:
jetpack-tests:
$(PYTHON) $(topsrcdir)/addon-sdk/source/bin/cfx -b $(browser_path) --parseable testpkgs
# -- -register
# -- --trace-malloc malloc.log --shutdown-leaks=sdleak.log
leaktest:
$(PYTHON) _leaktest/leaktest.py $(LEAKTEST_ARGS)
# Package up the tests and test harnesses
include $(topsrcdir)/toolkit/mozapps/installer/package-name.mk