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

This commit is contained in:
Ted Mielczarek
2013-09-20 12:57:30 -04:00
parent eac6d9062f
commit e16da98cd0
4 changed files with 14 additions and 0 deletions

View File

@@ -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),
)

View File

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