Files
gerrit/prologtests/examples/BUILD
Chih-Hung Hsieh bde955c276 Prolog Example Unit Tests
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
2019-04-22 18:01:29 -07:00

8 lines
164 B
Python

package(default_visibility = ["//visibility:public"])
sh_test(
name = "test_examples",
srcs = ["run.sh"],
data = glob(["*.pl"]) + ["//:gerrit.war"],
)