diff -r 000000000000 -r 6474c204b198 testing/profiles/Makefile.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testing/profiles/Makefile.in Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,20 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +include $(topsrcdir)/config/rules.mk + +MOCHITEST_PROFILE_FILES = \ + prefs_general.js \ + prefs_b2g_unittest.js \ + webapps_mochitest.json \ + $(NULL) + +_DEST_DIR = $(DEPTH)/_tests/testing/mochitest/profile_data +libs:: $(MOCHITEST_PROFILE_FILES) + $(PYTHON) $(topsrcdir)/config/nsinstall.py $^ $(_DEST_DIR) + +stage-package: PKG_STAGE = $(DIST)/test-package-stage +stage-package: + $(NSINSTALL) -D $(PKG_STAGE)/ + @(cd $(srcdir) && tar $(TAR_CREATE_FLAGS) - $(MOCHITEST_PROFILE_FILES)) | (cd $(PKG_STAGE)/mochitest/profile_data && tar -xf -)