summaryrefslogtreecommitdiffstats
path: root/js/src/tests/Makefile.in
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /js/src/tests/Makefile.in
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'js/src/tests/Makefile.in')
-rw-r--r--js/src/tests/Makefile.in44
1 files changed, 44 insertions, 0 deletions
diff --git a/js/src/tests/Makefile.in b/js/src/tests/Makefile.in
new file mode 100644
index 000000000..ad4181b6e
--- /dev/null
+++ b/js/src/tests/Makefile.in
@@ -0,0 +1,44 @@
+# vim: set shiftwidth=8 tabstop=8 autoindent noexpandtab copyindent:
+# 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
+
+# test files to be packaged.
+TEST_FILES = \
+ jsreftest.html \
+ shell.js \
+ browser.js \
+ js-test-driver-end.js \
+ user.js \
+ ecma/ \
+ ecma_2/ \
+ ecma_3/ \
+ ecma_3_1/ \
+ ecma_5/ \
+ ecma_6/ \
+ ecma_7/ \
+ ecma_2017/ \
+ Intl/ \
+ js1_1/ \
+ js1_2/ \
+ js1_3/ \
+ js1_4/ \
+ js1_5/ \
+ js1_6/ \
+ js1_7/ \
+ js1_8/ \
+ js1_8_1/ \
+ js1_8_5/ \
+ shell/ \
+ test262/ \
+ $(NULL)
+
+PKG_STAGE = $(DIST)/test-stage
+
+# stage tests for packaging
+stage-package:
+ $(NSINSTALL) -D $(PKG_STAGE)/jsreftest/tests
+ (cd $(srcdir) && tar $(TAR_CREATE_FLAGS) - $(TEST_FILES)) | (cd $(PKG_STAGE)/jsreftest/tests && tar -xf -)
+ $(PYTHON) $(srcdir)/jstests.py --make-manifests $(PKG_STAGE)/jsreftest/tests/