blob: 3fe9abcfcd3b7ed38e4b6a751d4785e91c75629a [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/dart/dart_tool.gni")
import("//build/testing/environments.gni")
dart_tool("test_runner") {
main_dart = "lib/test_runner.dart"
deps = [
"//sdk/testing/sl4f/client",
"//third_party/dart-pkg/pub/args",
"//third_party/dart-pkg/pub/json_schema",
]
}
group("runner") {
deps = [
":test_runner($host_toolchain)",
]
}