aboutsummaryrefslogtreecommitdiff
path: root/launcher/testdata/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/testdata/BUILD.bazel')
-rw-r--r--launcher/testdata/BUILD.bazel6
1 files changed, 6 insertions, 0 deletions
diff --git a/launcher/testdata/BUILD.bazel b/launcher/testdata/BUILD.bazel
new file mode 100644
index 00000000..c3c24431
--- /dev/null
+++ b/launcher/testdata/BUILD.bazel
@@ -0,0 +1,6 @@
+java_binary(
+ name = "fuzz_target_mocks",
+ srcs = glob(["test/*.java"]),
+ create_executable = False,
+ visibility = ["//visibility:public"],
+)