aboutsummaryrefslogtreecommitdiff
path: root/examples/junit/src/main/java/com/example/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'examples/junit/src/main/java/com/example/BUILD.bazel')
-rw-r--r--examples/junit/src/main/java/com/example/BUILD.bazel5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/junit/src/main/java/com/example/BUILD.bazel b/examples/junit/src/main/java/com/example/BUILD.bazel
new file mode 100644
index 00000000..69654593
--- /dev/null
+++ b/examples/junit/src/main/java/com/example/BUILD.bazel
@@ -0,0 +1,5 @@
+java_library(
+ name = "parser",
+ srcs = ["Parser.java"],
+ visibility = ["//examples/junit/src/test/java/com/example:__pkg__"],
+)