blob: 54a25bff39dec52a09180969eafda606ab66786c [file]
// Copyright 2017 The Chromium OS Authors. All rights reserved.
// 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 Chrome OS tests.
package main
import (
"chromiumos/tast/remote/bundlemain"
)
func main() {
bundlemain.RunRemote()
}