summaryrefslogtreecommitdiffhomepage
path: root/test/packetdrill/BUILD
blob: d113555b115b2169479015ae5e23ab089e553037 (plain)
1
2
3
4
5
6
7
8
load("defs.bzl", "packetdrill_test")

package(licenses = ["notice"])

packetdrill_test(
    name = "fin_wait2_timeout",
    scripts = ["fin_wait2_timeout.pkt"],
)