]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
tuntest: split out testing package
authorDavid Crawshaw <crawshaw@tailscale.com>
Tue, 7 Jan 2020 15:43:17 +0000 (07:43 -0800)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sat, 2 May 2020 07:46:42 +0000 (01:46 -0600)
commit1a1c3d096888816c94cf1eb7c2747e83f008549f
treee5e7229c8198cf3fea04d173d6e41a99f2ce82c8
parent85a45a9651d2b38e3616a7899800601656cf143e
tuntest: split out testing package

This code is useful to other packages writing tests.

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
device/device_test.go
tun/tuntest/tuntest.go [new file with mode: 0644]