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()
13 # TODO: Move to mozbase/rust/moz.build once those crates can be
22 BUG_COMPONENT = ("Testing", "geckodriver")
24 SPHINX_TREES["/testing/geckodriver"] = "doc"
27 SCHEDULES.exclusive = ["docs"]