Bug 1826326 [wpt PR 39360] - Get rid of ResourceWarnings produced by the tests, a...
[gecko.git] / testing / geckodriver / moz.build
blob9cda32b430a826694c64a930b8f065d176fd7fd7
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 RUST_PROGRAMS += ["geckodriver"]
6 # Some Rust build scripts compile C/C++ sources, don't error on warnings for them.
7 AllowCompilerWarnings()
9 RUST_TESTS = [
10     "geckodriver",
11     "webdriver",
12     "marionette",
13     # TODO: Move to mozbase/rust/moz.build once those crates can be
14     # tested separately.
15     "mozdevice",
16     "mozprofile",
17     "mozrunner",
18     "mozversion",
21 with Files("**"):
22     BUG_COMPONENT = ("Testing", "geckodriver")
24 SPHINX_TREES["/testing/geckodriver"] = "doc"
26 with Files("doc/**"):
27     SCHEDULES.exclusive = ["docs"]