2013-05-30 20:08:15 +04:00
|
|
|
# vim: set filetype=python:
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# 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/.
|
|
|
|
|
2015-02-10 19:47:20 +03:00
|
|
|
MOCHITEST_MANIFESTS += [
|
|
|
|
'tests/data/mochitest.ini',
|
|
|
|
'tests/mochitest.ini',
|
|
|
|
]
|
|
|
|
|
|
|
|
XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
|
2013-05-30 20:08:15 +04:00
|
|
|
|
2014-07-25 21:40:07 +04:00
|
|
|
EXTRA_JS_MODULES.devtools += [
|
2013-10-24 03:05:43 +04:00
|
|
|
'app-actor-front.js',
|
2013-09-12 21:15:44 +04:00
|
|
|
'Devices.jsm',
|
2013-10-24 03:05:43 +04:00
|
|
|
'Simulator.jsm'
|
2013-09-10 05:44:00 +04:00
|
|
|
]
|