042d70872f
Change-Id: I5f41dc1d8c46160b6870a53544293c44531adc81
13 lines
336 B
Python
13 lines
336 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
sh_test(
|
|
name = "test_examples",
|
|
srcs = ["run.sh"],
|
|
args = ["$(JAVA)"],
|
|
data = glob(["*.pl"]) + [
|
|
"//:gerrit.war",
|
|
"@bazel_tools//tools/jdk:current_host_java_runtime",
|
|
],
|
|
toolchains = ["@bazel_tools//tools/jdk:current_host_java_runtime"],
|
|
)
|