| // Copyright 2017 The ChromiumOS Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| // Package main implements the "cros" remote test bundle. | |
| // | |
| // This executable contains standard ChromeOS tests. | |
| package main | |
| import ( | |
| "go.chromium.org/tast-tests/cros/remote/bundlemain" | |
| ) | |
| func main() { | |
| bundlemain.RunRemote() | |
| } |