Backed out changeset 0a133d5fd155 (bug 1864534) for causing screenshot related failur...
[gecko.git] / testing / marionette / moz.build
blob690b14873cf3e8ea415044dda3837c7285b78483
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 MARIONETTE_UNIT_MANIFESTS += ["harness/marionette_harness/tests/unit/unit-tests.toml"]
7 with Files("**"):
8     BUG_COMPONENT = ("Testing", "Marionette Client and Harness")
10 with Files("harness/**"):
11     SCHEDULES.exclusive = ["marionette", "firefox-ui"]
13 SPHINX_PYTHON_PACKAGE_DIRS += ["client/marionette_driver"]