blob: 0855b2862962592f72e460d81c82786caae32bdc [file] [log] [blame]
// 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()
}