From 2915cc7f49ed03466badb0e940b765837afe64d2 Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Wed, 19 Aug 2020 11:55:21 -0700 Subject: ip6tables: test initial state Tests that we have the correct initial (empty) state for ip6tables. #3549 PiperOrigin-RevId: 327477657 --- test/syscalls/linux/BUILD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'test/syscalls/linux/BUILD') diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index 6299870bc..bd1d9584a 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -1029,6 +1029,24 @@ cc_binary( ], ) +cc_binary( + name = "ip6tables_test", + testonly = 1, + srcs = [ + "ip6tables.cc", + ], + linkstatic = 1, + deps = [ + ":iptables_types", + ":socket_test_util", + "//test/util:capability_util", + "//test/util:file_descriptor", + gtest, + "//test/util:test_main", + "//test/util:test_util", + ], +) + cc_binary( name = "itimer_test", testonly = 1, -- cgit v1.2.3