2013-02-19 16:18:59 -08:00
|
|
|
# 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/.
|
|
|
|
|
|
|
|
TEST_FILES = \
|
|
|
|
source/app-extension \
|
|
|
|
source/bin \
|
|
|
|
source/python-lib \
|
|
|
|
source/test \
|
|
|
|
source/package.json \
|
|
|
|
source/mapping.json \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
# Remove this once the test harness uses the APIs built into Firefox
|
|
|
|
TEST_FILES += source/lib
|
|
|
|
|
2014-05-15 19:55:00 -07:00
|
|
|
PKG_STAGE = $(DIST)/test-stage
|
2013-02-19 16:18:59 -08:00
|
|
|
|
|
|
|
stage-tests-package:: $(TEST_FILES)
|
|
|
|
$(INSTALL) $^ $(PKG_STAGE)/jetpack
|