aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/simple_binary/BUILD.out
diff options
context:
space:
mode:
Diffstat (limited to 'gazelle/python/testdata/simple_binary/BUILD.out')
-rw-r--r--gazelle/python/testdata/simple_binary/BUILD.out8
1 files changed, 8 insertions, 0 deletions
diff --git a/gazelle/python/testdata/simple_binary/BUILD.out b/gazelle/python/testdata/simple_binary/BUILD.out
new file mode 100644
index 0000000..35aa708
--- /dev/null
+++ b/gazelle/python/testdata/simple_binary/BUILD.out
@@ -0,0 +1,8 @@
+load("@rules_python//python:defs.bzl", "py_binary")
+
+py_binary(
+ name = "simple_binary_bin",
+ srcs = ["__main__.py"],
+ main = "__main__.py",
+ visibility = ["//:__subpackages__"],
+)