Skip to content

Commit

Permalink
Add missing buck files for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Nov 17, 2017
1 parent 9e4a7a6 commit f6538fc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ task :test_java_small_tests => [
"//java/client/test/org/openqa/selenium/support:small-tests:run",
"//java/client/test/org/openqa/selenium/remote:common-tests:run",
"//java/client/test/org/openqa/selenium/remote:client-tests:run",
"//java/server/test/org/openqa/grid/selenium/node:node:run",
"//java/server/test/org/openqa/grid/selenium/proxy:proxy:run",
"//java/server/test/org/openqa/selenium/remote/server:small-tests:run",
"//java/server/test/org/openqa/selenium/remote/server/log:test:run",
]
Expand Down
1 change: 1 addition & 0 deletions java/server/src/org/openqa/grid/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ java_library(name = 'classes',
],
visibility = [
'//java/server/test/org/openqa/grid/e2e:tests',
'//java/server/test/org/openqa/grid/selenium/proxy:proxy',
],
)

Expand Down
11 changes: 11 additions & 0 deletions java/server/test/org/openqa/grid/selenium/proxy/BUCK
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
java_test(
name = "proxy",
srcs = glob(["*.java"]),
deps = [
"//java/server/src/org/openqa/grid:grid",
"//java/server/src/org/openqa/grid/selenium:classes",
"//third_party/java/beust:jcommander",
"//third_party/java/junit:junit",
"//third_party/java/guava:guava",
],
)

0 comments on commit f6538fc

Please sign in to comment.