]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
device: make test infrastructure usable with benchmarks
authorJosh Bleecher Snyder <josh@tailscale.com>
Tue, 5 Jan 2021 23:03:24 +0000 (15:03 -0800)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 7 Jan 2021 13:49:44 +0000 (14:49 +0100)
commitcdaf4e9a76ed9485ff67c1601a947fcb8089a680
treedb89de72a3cf05d9a70a44e191e74b97cadfa3dd
parent3d83df9bf3edcffcd5c2347323f70b9d12898a81
device: make test infrastructure usable with benchmarks

Switch from *testing.T to testing.TB.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
device/device_test.go