2016-07-14 19:16:42 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-26 01:05:39 +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/.
|
|
|
|
|
|
|
|
TEST_DIRS += ['example']
|
2013-03-19 22:47:00 +04:00
|
|
|
|
2016-11-16 17:59:22 +03:00
|
|
|
PYTHON_UNITTEST_MANIFESTS += [
|
|
|
|
'python.ini',
|
|
|
|
]
|
2014-11-29 02:40:58 +03:00
|
|
|
|
|
|
|
TESTING_JS_MODULES += [
|
|
|
|
'dbg-actors.js',
|
|
|
|
]
|
2016-12-31 00:16:56 +03:00
|
|
|
|
|
|
|
with Files("**"):
|
2017-09-26 17:47:22 +03:00
|
|
|
BUG_COMPONENT = ("Testing", "XPCShell Harness")
|
|
|
|
SCHEDULES.exclusive = ['xpcshell', 'xpcshell-coverage']
|