blob: c9071dc00600a5923a6c2a1fd901e9cde17e7fdf [file] [log] [blame]
# Copyright 2021 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.
group("dart") {
testonly = true
public_deps = [
"//examples/dart:tests",
"//examples/dart/fuchsia_services/mind_reader/bin:mind-reader-dart",
]
}
group("tests") {
testonly = true
deps = [
"//examples/dart/fuchsia_inspect_flutter/torus15",
"//examples/dart/fuchsia_inspect_flutter/torus15:torus15-dart-test",
"//examples/dart/fuchsia_inspect_flutter/torus15:torus15_flutter_test",
]
}