Bug 1395933 - Run geckodriver tests in automation. r?rillian draft
authorAndreas Tolfsen <ato@sny.no>
Fri, 08 Dec 2017 21:28:27 +0000
changeset 711227 fb422b4bf275d34b7053d0c9a35fd18967944c72
parent 711178 defccba824aa91e8d4d820b1defaadfdca34bac7
child 711228 6438f878dcb9423aacd5d44cdbb2f8eefdcec961
child 711229 f18f050029f4305bf9f897cf4c0776a03eca0ceb
child 711231 2df16b9f5b5324d479cac387d62b74416ce9cb29
push id93025
push userbmo:ato@sny.no
push dateWed, 13 Dec 2017 16:02:26 +0000
reviewersrillian
bugs1395933
milestone59.0a1
Bug 1395933 - Run geckodriver tests in automation. r?rillian MozReview-Commit-ID: C6YJTP33VcJ
testing/geckodriver/moz.build
--- a/testing/geckodriver/moz.build
+++ b/testing/geckodriver/moz.build
@@ -1,10 +1,12 @@
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 RUST_PROGRAMS += ["geckodriver"]
 
+RustTest("geckodriver")
+
 with Files("**"):
     BUG_COMPONENT = ("Testing", "Marionette")
 
 SPHINX_TREES["geckodriver"] = "doc"