blob: 7bd522a84e26f0cc33e258b5f52a68bb6570a29d [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("bin") {
deps = [
"simple_browser",
"terminal_settings",
]
}
group("dart_target_tests") {
testonly = true
deps = [
"simple_browser:simple_browser_target_test",
]
}
group("dart_unittests") {
testonly = true
deps = [
"simple_browser:simple_browser_unittests($host_toolchain)",
"terminal_settings:terminal_settings_unittests($host_toolchain)",
]
}