Bug 523402 - when doing a make package-tests, it doesn't include the mobile specific browser chrome tests [r=ted]

This commit is contained in:
Joel Maher 2009-12-18 16:58:15 -05:00
parent a154807a76
commit acc1dd294d

View File

@ -20,6 +20,7 @@
#
# Contributor(s):
# Mark Finkle <mfinkle@mozilla.com>
# Joel Maher <jmaher@mozilla.com>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
@ -45,3 +46,9 @@ include $(DEPTH)/config/autoconf.mk
DIRS = chrome locales components themes app
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/testing/testsuite-targets.mk
package-mobile-tests:
$(MAKE) stage-mochitest DIST_BIN=$(DEPTH)/$(DIST)/bin/xulrunner
$(NSINSTALL) -D $(DIST)/$(PKG_PATH)
@(cd $(PKG_STAGE) && tar $(TAR_CREATE_FLAGS) - *) | bzip2 -f > $(DIST)/$(PKG_PATH)$(TEST_PACKAGE)