Bug 983948 - Add mach mochitest-devtools r=jmaher

This commit is contained in:
Michael Ratcliffe
2014-03-25 16:52:53 +00:00
parent 6e71f18890
commit 4cc10271fe
29 changed files with 89 additions and 7 deletions

View File

@@ -80,6 +80,11 @@ TEST_SUITES = {
'mach_command': 'mochitest-chrome',
'kwargs': {'test_file': None},
},
'mochitest-devtools': {
'aliases': ('dt', 'DT', 'Dt'),
'mach_command': 'mochitest-browser --subsuite=devtools',
'kwargs': {'test_file': None},
},
'mochitest-ipcplugins': {
'make_target': 'mochitest-ipcplugins',
},