Bug 908356 - In-tree reuqirements files for marionette and mozbase, r=aki

This commit is contained in:
Jonathan Griffin 2013-09-05 17:36:16 -07:00
parent efacb296f0
commit 2a33a9ba30
3 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,2 @@
-r mozbase_requirements.txt
../marionette

View File

@ -0,0 +1,13 @@
../mozbase/manifestdestiny
../mozbase/mozcrash
../mozbase/mozdevice
../mozbase/mozfile
../mozbase/mozhttpd
../mozbase/mozinfo
../mozbase/mozinstall
../mozbase/mozlog
../mozbase/moznetwork
../mozbase/mozprocess
../mozbase/mozprofile
../mozbase/mozrunner
../mozbase/moztest

View File

@ -449,7 +449,8 @@ stage-b2g: make-stage-dir
$(NSINSTALL) $(topsrcdir)/b2g/test/b2g-unittest-requirements.txt $(PKG_STAGE)/b2g
stage-config: make-stage-dir
$(NSINSTALL) $(topsrcdir)/testing/config/mozharness_config.py $(PKG_STAGE)/config
$(NSINSTALL) -D $(PKG_STAGE)/config
@(cd $(topsrcdir)/testing/config && tar $(TAR_CREATE_FLAGS) - *) | (cd $(PKG_STAGE)/config && tar -xf -)
stage-mochitest: make-stage-dir
$(MAKE) -C $(DEPTH)/testing/mochitest stage-package