1 # vim: set shiftwidth=8 tabstop=8 autoindent noexpandtab copyindent:
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 include $(topsrcdir
)/config
/rules.mk
8 # test files to be packaged.
13 js-test-driver-end.js \
21 PKG_STAGE
= $(DIST
)/test-stage
23 # stage tests for packaging
25 $(NSINSTALL
) -D
$(PKG_STAGE
)/jsreftest
/tests
/js
/src
/tests
26 (cd
$(srcdir) && tar $(TAR_CREATE_FLAGS
) - $(TEST_FILES
)) |
(cd
$(PKG_STAGE
)/jsreftest
/tests
/js
/src
/tests
&& tar -xf
-)
27 $(PYTHON3
) $(srcdir)/jstests.py
--make-manifests
$(PKG_STAGE
)/jsreftest
/tests
/js
/src
/tests