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/integration
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>
5 years ago
..
testcontrol ipn/ipnlocal: stay out of map poll when down 5 years ago
vms tstest/integration/vms: codegen for top level tests (#2441) 5 years ago
gen_deps.go tstest/integration: generate deps for all platforms in deps generator 5 years ago
integration.go ipn/ipnlocal: stay out of map poll when down 5 years ago
integration_test.go ipn/ipnlocal: stay out of map poll when down 5 years ago
tailscaled_deps_test_darwin.go tstest/integration: generate deps for all platforms in deps generator 5 years ago
tailscaled_deps_test_freebsd.go tstest/integration: generate deps for all platforms in deps generator 5 years ago
tailscaled_deps_test_linux.go tstest/integration: generate deps for all platforms in deps generator 5 years ago
tailscaled_deps_test_openbsd.go tstest/integration: generate deps for all platforms in deps generator 5 years ago
tailscaled_deps_test_windows.go tstest/integration: generate deps for all platforms in deps generator 5 years ago