Bug 804954 Add mozbase to the list of packaged directories for Thunderbird's tests. r=mconley

This commit is contained in:
Mark Banner 2013-02-27 21:41:40 +01:00
Родитель 7dc14d90f4
Коммит 6c56b8a026
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -82,6 +82,7 @@ stage-mozilla-tests: make-stage-dir
$(MAKE) -C $(DEPTH)/mozilla/layout/tools/reftest stage-package
$(MAKE) -C $(DEPTH)/mozilla/testing/mochitest stage-package
$(MAKE) -C $(DEPTH)/mozilla/testing/xpcshell stage-package
$(MAKE) -C $(DEPTH)/mozilla/testing/mozbase stage-package
# Although we should probably depend on make-stage-dir here, we don't as the
# make-stage-dir actually removes the package directory for us. Given that we