blob: 7dfe10107a7e2f9a24c8d34407857b508a1e06a1 [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.
group("dart_unittests") {
testonly = true
public_deps = [
"//topaz/shell/keyboard:keyboard_tests($host_toolchain)",
]
}
group("dart_remote_unittests") {
testonly = true
public_deps = [
"//topaz/examples/test/driver_example_mod:driver_mod_integration_tests($host_toolchain)",
]
}