summaryrefslogtreecommitdiffhomepage
path: root/test/packetdrill/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/packetdrill/BUILD')
-rw-r--r--test/packetdrill/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/packetdrill/BUILD b/test/packetdrill/BUILD
new file mode 100644
index 000000000..d113555b1
--- /dev/null
+++ b/test/packetdrill/BUILD
@@ -0,0 +1,8 @@
+load("defs.bzl", "packetdrill_test")
+
+package(licenses = ["notice"])
+
+packetdrill_test(
+ name = "fin_wait2_timeout",
+ scripts = ["fin_wait2_timeout.pkt"],
+)