Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
[gecko.git] / testing / geckodriver / moz.build
blob1964156bc7dc9d27ebaa432f42bc19cbce5dd3c0
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"]
29 COMPILE_FLAGS["BASE_INCLUDES"] = []
30 HOST_COMPILE_FLAGS["BASE_INCLUDES"] = []