blob: a6b13fa94a1e377b935bbbaf4958f461d4de36f5 [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)" ]
}