зеркало из https://github.com/mozilla/gecko-dev.git
Bug 919635 - Add manifests for Steeplechase tests to moz.build. r=gps
This commit is contained in:
Родитель
f90a5b1125
Коммит
7174bbba02
|
@ -4,3 +4,4 @@
|
|||
# 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/.
|
||||
|
||||
WEBRTC_SIGNALLING_TEST_MANIFESTS += ['steeplechase.ini']
|
||||
|
|
|
@ -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),
|
||||
MOCHITEST=('mochitest', 'testing/mochitest/tests', True),
|
||||
MOCHITEST_CHROME=('chrome', 'testing/mochitest/chrome', True),
|
||||
WEBRTC_SIGNALLING_TEST=('steeplechase', 'steeplechase', True),
|
||||
XPCSHELL_TESTS=('xpcshell', 'xpcshell', False),
|
||||
)
|
||||
|
||||
|
|
|
@ -467,6 +467,9 @@ VARIABLES = {
|
|||
"""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, [],
|
||||
"""List of manifest files defining xpcshell tests.
|
||||
"""),
|
||||
|
|
Загрузка…
Ссылка в новой задаче