Bug 919635 - Add manifests for Steeplechase tests to moz.build. r=gps
This commit is contained in:
@@ -4,3 +4,4 @@
|
|||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
WEBRTC_SIGNALLING_TEST_MANIFESTS += ['steeplechase.ini']
|
||||||
|
|||||||
8
dom/media/tests/mochitest/steeplechase.ini
Normal file
8
dom/media/tests/mochitest/steeplechase.ini
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
support-files =
|
||||||
|
head.js
|
||||||
|
mediaStreamPlayback.js
|
||||||
|
pc.js
|
||||||
|
templates.js
|
||||||
|
|
||||||
|
[test_peerConnection_basicAudio.html]
|
||||||
@@ -221,6 +221,7 @@ class TreeMetadataEmitter(LoggingMixin):
|
|||||||
BROWSER_CHROME=('browser-chrome', 'testing/mochitest/browser', True),
|
BROWSER_CHROME=('browser-chrome', 'testing/mochitest/browser', True),
|
||||||
MOCHITEST=('mochitest', 'testing/mochitest/tests', True),
|
MOCHITEST=('mochitest', 'testing/mochitest/tests', True),
|
||||||
MOCHITEST_CHROME=('chrome', 'testing/mochitest/chrome', True),
|
MOCHITEST_CHROME=('chrome', 'testing/mochitest/chrome', True),
|
||||||
|
WEBRTC_SIGNALLING_TEST=('steeplechase', 'steeplechase', True),
|
||||||
XPCSHELL_TESTS=('xpcshell', 'xpcshell', False),
|
XPCSHELL_TESTS=('xpcshell', 'xpcshell', False),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -467,6 +467,10 @@ VARIABLES = {
|
|||||||
"""List of manifest files defining mochitest chrome tests.
|
"""List of manifest files defining mochitest chrome tests.
|
||||||
"""),
|
"""),
|
||||||
|
|
||||||
|
'WEBRTC_SIGNALLING_TEST_MANIFESTS': (StrictOrderingOnAppendList, list, [],
|
||||||
|
"""List of manifest files defining WebRTC signalling tests.
|
||||||
|
"""),
|
||||||
|
|
||||||
'XPCSHELL_TESTS_MANIFESTS': (StrictOrderingOnAppendList, list, [],
|
'XPCSHELL_TESTS_MANIFESTS': (StrictOrderingOnAppendList, list, [],
|
||||||
"""List of manifest files defining xpcshell tests.
|
"""List of manifest files defining xpcshell tests.
|
||||||
"""),
|
"""),
|
||||||
|
|||||||
Reference in New Issue
Block a user