moz.build (574B)
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/. 4 5 MARIONETTE_MANIFESTS += ["harness/marionette_harness/tests/unit/unit-tests.toml"] 6 7 with Files("**"): 8 BUG_COMPONENT = ("Testing", "Marionette Client and Harness") 9 10 with Files("harness/**"): 11 SCHEDULES.exclusive = [ 12 "firefox-ui", 13 "marionette-integration", 14 "marionette-unittest", 15 ] 16 17 SPHINX_PYTHON_PACKAGE_DIRS += ["client/marionette_driver"]