Skip to content

Commit

Permalink
[bazel]: fix up the firefox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Dec 4, 2018
1 parent 233b70b commit a360d9f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java/client/test/org/openqa/selenium/firefox/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ java_library(
gen_java_tests(
size = "small",
srcs = SMALL_TESTS,
data = [
"//third_party/firebug",
"//third_party/firebug:mooltipass",
],
deps = [
":resources",
"//java/client/src/org/openqa/selenium/firefox",
Expand Down
14 changes: 14 additions & 0 deletions third_party/firebug/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,17 @@ filegroup(
"//java/client/test/org/openqa/selenium/firefox:__pkg__",
],
)

filegroup(
name = "mooltipass",
srcs = [
"mooltipass-1.1.87.xpi",
],
licenses = [
"reciprocal", # CDDL
],
visibility = [
"//java/client/test/org/openqa/selenium/firefox:__pkg__",
],
)

0 comments on commit a360d9f

Please sign in to comment.