mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
Bug 883092 - Move mochitest support files from Makefile.in to a manifest; r=gps f=Ms2ger
This commit is contained in:
parent
c5bfa2424f
commit
4881f81e4b
@ -1,14 +0,0 @@
|
||||
# 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/.
|
||||
|
||||
SUPPORT_FILES = \
|
||||
testharness.js \
|
||||
testharnessreport.js \
|
||||
testharness.css \
|
||||
idlharness.js \
|
||||
WebIDLParser.js \
|
||||
$(NULL)
|
||||
|
||||
SUPPORT_DEST = $(DEPTH)/_tests/testing/mochitest/resources
|
||||
INSTALL_TARGETS += SUPPORT
|
7
dom/imptests/mochitest.ini
Normal file
7
dom/imptests/mochitest.ini
Normal file
@ -0,0 +1,7 @@
|
||||
[DEFAULT]
|
||||
support-files =
|
||||
/resources/testharness.js
|
||||
/resources/testharnessreport.js
|
||||
/resources/testharness.css
|
||||
/resources/idlharness.js
|
||||
/resources/WebIDLParser.js
|
@ -7,6 +7,7 @@
|
||||
MOCHITEST_MANIFESTS += [
|
||||
'editing/mochitest.ini',
|
||||
'html/mochitest.ini',
|
||||
'mochitest.ini',
|
||||
'webapps/mochitest.ini',
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user