2013-04-01 22:36:59 +04:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-26 00:47:18 +04:00
|
|
|
# vim: set filetype=python:
|
2012-05-21 15:12:37 +04:00
|
|
|
# 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/.
|
1998-08-20 00:42:14 +04:00
|
|
|
|
2015-02-26 22:43:45 +03:00
|
|
|
with Files('mach/**'):
|
|
|
|
BUG_COMPONENT = ('Core', 'mach')
|
|
|
|
|
|
|
|
with Files('mozbuild/**'):
|
|
|
|
BUG_COMPONENT = ('Core', 'Build Config')
|
|
|
|
|
2013-11-21 00:37:22 +04:00
|
|
|
SPHINX_PYTHON_PACKAGE_DIRS += [
|
2014-12-07 21:40:19 +03:00
|
|
|
'mach',
|
2013-11-21 00:37:22 +04:00
|
|
|
'mozbuild/mozbuild',
|
|
|
|
'mozbuild/mozpack',
|
2016-03-18 20:54:07 +03:00
|
|
|
'mozlint/mozlint',
|
2013-11-21 00:37:22 +04:00
|
|
|
'mozversioncontrol/mozversioncontrol',
|
|
|
|
]
|
2014-07-28 19:51:12 +04:00
|
|
|
|
2014-12-07 21:40:19 +03:00
|
|
|
SPHINX_TREES['mach'] = 'mach/docs'
|
|
|
|
|
2014-07-28 19:51:12 +04:00
|
|
|
PYTHON_UNIT_TESTS += [
|
|
|
|
'mach/mach/test/test_conditions.py',
|
|
|
|
'mach/mach/test/test_config.py',
|
2016-03-24 00:34:35 +03:00
|
|
|
'mach/mach/test/test_dispatcher.py',
|
2014-07-28 19:51:12 +04:00
|
|
|
'mach/mach/test/test_entry_point.py',
|
|
|
|
'mach/mach/test/test_error_output.py',
|
|
|
|
'mach/mach/test/test_logger.py',
|
|
|
|
'mozbuild/dumbmake/test/test_dumbmake.py',
|
|
|
|
'mozbuild/mozbuild/test/action/test_buildlist.py',
|
2014-10-06 22:32:24 +04:00
|
|
|
'mozbuild/mozbuild/test/action/test_generate_browsersearch.py',
|
2016-03-29 06:01:07 +03:00
|
|
|
'mozbuild/mozbuild/test/action/test_package_fennec_apk.py',
|
2014-07-28 19:51:12 +04:00
|
|
|
'mozbuild/mozbuild/test/backend/test_android_eclipse.py',
|
2015-11-30 11:43:06 +03:00
|
|
|
'mozbuild/mozbuild/test/backend/test_build.py',
|
2014-07-28 19:51:12 +04:00
|
|
|
'mozbuild/mozbuild/test/backend/test_configenvironment.py',
|
|
|
|
'mozbuild/mozbuild/test/backend/test_recursivemake.py',
|
|
|
|
'mozbuild/mozbuild/test/backend/test_visualstudio.py',
|
|
|
|
'mozbuild/mozbuild/test/compilation/test_warnings.py',
|
2016-03-25 11:15:47 +03:00
|
|
|
'mozbuild/mozbuild/test/configure/test_checks_configure.py',
|
2016-03-03 09:43:14 +03:00
|
|
|
'mozbuild/mozbuild/test/configure/test_configure.py',
|
2016-04-13 05:52:12 +03:00
|
|
|
'mozbuild/mozbuild/test/configure/test_moz_configure.py',
|
2016-03-03 09:42:19 +03:00
|
|
|
'mozbuild/mozbuild/test/configure/test_options.py',
|
2016-04-20 07:56:55 +03:00
|
|
|
'mozbuild/mozbuild/test/configure/test_toolchain_configure.py',
|
2016-04-22 04:03:56 +03:00
|
|
|
'mozbuild/mozbuild/test/configure/test_toolchain_helpers.py',
|
2016-03-17 18:52:18 +03:00
|
|
|
'mozbuild/mozbuild/test/configure/test_util.py',
|
2014-07-30 13:23:00 +04:00
|
|
|
'mozbuild/mozbuild/test/controller/test_ccachestats.py',
|
2014-07-28 19:51:12 +04:00
|
|
|
'mozbuild/mozbuild/test/controller/test_clobber.py',
|
2014-08-15 08:52:18 +04:00
|
|
|
'mozbuild/mozbuild/test/frontend/test_context.py',
|
2014-07-28 19:51:12 +04:00
|
|
|
'mozbuild/mozbuild/test/frontend/test_emitter.py',
|
|
|
|
'mozbuild/mozbuild/test/frontend/test_namespaces.py',
|
|
|
|
'mozbuild/mozbuild/test/frontend/test_reader.py',
|
|
|
|
'mozbuild/mozbuild/test/frontend/test_sandbox.py',
|
|
|
|
'mozbuild/mozbuild/test/test_base.py',
|
|
|
|
'mozbuild/mozbuild/test/test_containers.py',
|
2014-10-02 10:23:28 +04:00
|
|
|
'mozbuild/mozbuild/test/test_dotproperties.py',
|
2014-07-28 19:51:12 +04:00
|
|
|
'mozbuild/mozbuild/test/test_expression.py',
|
|
|
|
'mozbuild/mozbuild/test/test_jarmaker.py',
|
|
|
|
'mozbuild/mozbuild/test/test_line_endings.py',
|
|
|
|
'mozbuild/mozbuild/test/test_makeutil.py',
|
|
|
|
'mozbuild/mozbuild/test/test_mozconfig.py',
|
|
|
|
'mozbuild/mozbuild/test/test_mozinfo.py',
|
|
|
|
'mozbuild/mozbuild/test/test_preprocessor.py',
|
|
|
|
'mozbuild/mozbuild/test/test_pythonutil.py',
|
|
|
|
'mozbuild/mozbuild/test/test_testing.py',
|
|
|
|
'mozbuild/mozbuild/test/test_util.py',
|
|
|
|
'mozbuild/mozpack/test/test_chrome_flags.py',
|
|
|
|
'mozbuild/mozpack/test/test_chrome_manifest.py',
|
|
|
|
'mozbuild/mozpack/test/test_copier.py',
|
|
|
|
'mozbuild/mozpack/test/test_errors.py',
|
|
|
|
'mozbuild/mozpack/test/test_files.py',
|
|
|
|
'mozbuild/mozpack/test/test_manifests.py',
|
|
|
|
'mozbuild/mozpack/test/test_mozjar.py',
|
|
|
|
'mozbuild/mozpack/test/test_packager.py',
|
|
|
|
'mozbuild/mozpack/test/test_packager_formats.py',
|
|
|
|
'mozbuild/mozpack/test/test_packager_l10n.py',
|
2015-03-13 12:21:53 +03:00
|
|
|
'mozbuild/mozpack/test/test_packager_unpack.py',
|
2014-07-28 19:51:12 +04:00
|
|
|
'mozbuild/mozpack/test/test_path.py',
|
|
|
|
'mozbuild/mozpack/test/test_unify.py',
|
2016-03-18 20:54:07 +03:00
|
|
|
'mozlint/test/test_formatters.py',
|
|
|
|
'mozlint/test/test_parser.py',
|
|
|
|
'mozlint/test/test_roller.py',
|
|
|
|
'mozlint/test/test_types.py',
|
2014-07-28 19:51:12 +04:00
|
|
|
]
|