You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/tstest
Josh Bleecher Snyder 4b1f2ae382 tstest/integration: generate deps for all platforms in deps generator
We have different deps depending on the platform.
If we pick a privileged platform, we'll miss some deps.
If we use the union of all platforms, the integration test
won't compile on some platforms, because it'll import
packages that don't compile on that platform.

Give in to the madness and give each platform its own deps file.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
4 years ago
..
integration tstest/integration: generate deps for all platforms in deps generator 4 years ago
natlab staticcheck.conf: turn off noisy lint errors 5 years ago
staticcheck tstest/staticcheck: import the main package to fix "go mod tidy" 5 years ago
clock.go tstest/natlab: add a stateful firewall. 6 years ago
log.go types/logger: add key grinder stats lines to rate-limiting exemption list 5 years ago
log_test.go tstest: rename LogListener to LogLineTracker 5 years ago
resource.go net/dns{,/resolver}: refactor DNS forwarder, send out of right link on macOS/iOS 5 years ago
tstest.go tstest: add WaitFor helper 5 years ago