Bug 919635 - Add manifests for Steeplechase tests to moz.build. r=gps
This commit is contained in:
@@ -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.
|
||||
"""),
|
||||
|
||||
Reference in New Issue
Block a user