diff options
Diffstat (limited to 'pkg/tcpip/testutil/BUILD')
-rw-r--r-- | pkg/tcpip/testutil/BUILD | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/pkg/tcpip/testutil/BUILD b/pkg/tcpip/testutil/BUILD deleted file mode 100644 index 472545a5d..000000000 --- a/pkg/tcpip/testutil/BUILD +++ /dev/null @@ -1,18 +0,0 @@ -load("//tools:defs.bzl", "go_library", "go_test") - -package(licenses = ["notice"]) - -go_library( - name = "testutil", - testonly = True, - srcs = ["testutil.go"], - visibility = ["//visibility:public"], - deps = ["//pkg/tcpip"], -) - -go_test( - name = "testutil_test", - srcs = ["testutil_test.go"], - library = ":testutil", - deps = ["//pkg/tcpip"], -) |