Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'moz.build')
-rw-r--r--moz.build18
1 files changed, 8 insertions, 10 deletions
diff --git a/moz.build b/moz.build
index 6222abf..1dd7026 100644
--- a/moz.build
+++ b/moz.build
@@ -6,17 +6,15 @@ RUST_PROGRAMS += ["geckodriver"]
# Some Rust build scripts compile C/C++ sources, don't error on warnings for them.
AllowCompilerWarnings()
-# https://bugzil.la/1425365
-if CONFIG["OS_ARCH"] != "WINNT":
- RUST_TESTS = [
- "geckodriver",
- "webdriver",
+RUST_TESTS = [
+ "geckodriver",
+ "webdriver",
- # TODO: Move to mozbase/rust/moz.build once those crates can be
- # tested separately.
- "mozprofile",
- "mozrunner",
- "mozversion",
+ # TODO: Move to mozbase/rust/moz.build once those crates can be
+ # tested separately.
+ "mozprofile",
+ "mozrunner",
+ "mozversion",
]
with Files("**"):