blob: d1923be029eae89d849d023fa3b92e5c8db300bd [file] [log] [blame]
// Copyright 2024 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
import (
"context"
"os"
"go.chromium.org/chromiumos/test/test_finder"
)
func main() {
os.Exit(test_finder.TestFinderInternal(context.Background()))
}