summaryrefslogtreecommitdiffhomepage
path: root/test/iptables/BUILD
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2020-01-09 13:41:52 -0800
committerKevin Krakauer <krakauer@google.com>2020-01-09 13:41:52 -0800
commit89d11b4d96b0c40e373f14ba72d570c9b894f976 (patch)
tree4a6c9e0c9463a12b0daf11f1c5bfe11a60e8dbe6 /test/iptables/BUILD
parentaeb3a4017b9bc038ebe5630fe270d5ea8691d141 (diff)
Added a test that we don't pass yet
Diffstat (limited to 'test/iptables/BUILD')
-rw-r--r--test/iptables/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/iptables/BUILD b/test/iptables/BUILD
index fa833c3b2..6a9d05828 100644
--- a/test/iptables/BUILD
+++ b/test/iptables/BUILD
@@ -4,6 +4,7 @@ package(licenses = ["notice"])
go_library(
name = "iptables",
+ testonly = 1,
srcs = [
"filter_input.go",
"iptables.go",
@@ -11,6 +12,9 @@ go_library(
],
importpath = "gvisor.dev/gvisor/test/iptables",
visibility = ["//test/iptables:__subpackages__"],
+ deps = [
+ "//runsc/testutil",
+ ],
)
go_test(