gvisor/test/packetdrill/BUILD

9 lines
163 B
Python
Raw Normal View History

load("defs.bzl", "packetdrill_test")
package(licenses = ["notice"])
packetdrill_test(
name = "fin_wait2_timeout",
scripts = ["fin_wait2_timeout.pkt"],
)