Bug 919635 - Add manifests for Steeplechase tests to moz.build. r=gps

--HG--
extra : rebase_source : 9e0ac924da517d78d0d21e01730a1593ee917b31
This commit is contained in:
Ted Mielczarek 2013-09-20 12:57:30 -04:00
Родитель 94467d9098
Коммит fcc11b2aa9
4 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -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,10 @@ 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.
"""),