
These small examples are designed to run quickly with the Gerrit prolog-shell, but not depending on a local Gerrit repository server. Change-Id: I8f58a6740c6f2c79ae1314f2ae593409ee60440d
8 lines
164 B
Python
8 lines
164 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
sh_test(
|
|
name = "test_examples",
|
|
srcs = ["run.sh"],
|
|
data = glob(["*.pl"]) + ["//:gerrit.war"],
|
|
)
|