2013-04-01 11:36:59 -07:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 13:05:39 -08: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/.
|
|
|
|
|
2013-11-19 04:53:18 -08:00
|
|
|
XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell/xpcshell.ini']
|
2013-11-21 02:26:33 -08:00
|
|
|
BROWSER_CHROME_MANIFESTS += ['tests/browser/browser.ini']
|
2014-07-02 16:43:41 -07:00
|
|
|
|
|
|
|
TESTING_JS_MODULES += [
|
|
|
|
'AppData.jsm',
|
|
|
|
'AppInfo.jsm',
|
|
|
|
'Assert.jsm',
|
2015-12-23 14:04:49 -08:00
|
|
|
'CoverageUtils.jsm',
|
2015-03-24 16:15:00 -07:00
|
|
|
'MockRegistrar.jsm',
|
2016-01-27 14:40:30 -08:00
|
|
|
'sinon-1.16.1.js',
|
2014-07-21 14:34:01 -07:00
|
|
|
'StructuredLog.jsm',
|
2015-02-22 20:11:22 -08:00
|
|
|
'TestUtils.jsm',
|
2014-07-02 16:43:41 -07:00
|
|
|
]
|
2015-09-04 11:37:32 -07:00
|
|
|
|
|
|
|
TEST_HARNESS_FILES.testing.mochitest.tests.SimpleTest += ['StructuredLog.jsm']
|