diff options
Diffstat (limited to 'test/cmd/test_app/BUILD')
-rw-r--r-- | test/cmd/test_app/BUILD | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/test/cmd/test_app/BUILD b/test/cmd/test_app/BUILD deleted file mode 100644 index 7b8b23b4d..000000000 --- a/test/cmd/test_app/BUILD +++ /dev/null @@ -1,21 +0,0 @@ -load("//tools:defs.bzl", "go_binary") - -package(licenses = ["notice"]) - -go_binary( - name = "test_app", - testonly = 1, - srcs = [ - "fds.go", - "main.go", - ], - pure = True, - visibility = ["//runsc/container:__pkg__"], - deps = [ - "//pkg/test/testutil", - "//pkg/unet", - "//runsc/flag", - "@com_github_google_subcommands//:go_default_library", - "@com_github_kr_pty//:go_default_library", - ], -) |