2013-02-25 21:05:39 +00: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/.
|
|
|
|
|
Bug 1836727 - [marionette] Fix MARIONETTE_MANIFESTS usage in moz.build files. r=webdriver-reviewers,necko-reviewers,application-update-reviewers,search-reviewers,sessionstore-reviewers,places-reviewers,dom-storage-reviewers,Standard8,jesup,jdescottes,nalexander,sclements,janv
Differential Revision: https://phabricator.services.mozilla.com/D197515
2024-01-11 10:34:29 +00:00
|
|
|
MARIONETTE_MANIFESTS += ["harness/marionette_harness/tests/unit/unit-tests.toml"]
|
2016-01-19 16:05:43 +00:00
|
|
|
|
|
|
|
with Files("**"):
|
2023-02-09 19:38:39 +00:00
|
|
|
BUG_COMPONENT = ("Testing", "Marionette Client and Harness")
|
2017-09-26 14:47:22 +00:00
|
|
|
|
|
|
|
with Files("harness/**"):
|
|
|
|
SCHEDULES.exclusive = ["marionette", "firefox-ui"]
|
2017-10-24 22:53:02 +00:00
|
|
|
|
2019-02-01 18:53:57 +00:00
|
|
|
SPHINX_PYTHON_PACKAGE_DIRS += ["client/marionette_driver"]
|