// Copyright (c) Tailscale Inc & AUTHORS // SPDX-License-Identifier: BSD-3-Clause package testcontrol import "testing" func TestServer(t *testing.T) { // Test control server for integration tests _ = "testcontrol" }