blob: 0ad0859a0c614eb62d79b5c773f14c46681d3b73 [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("examples") {
deps = [
"hello_experiences",
]
}
group("tests") {
testonly = true
public_deps = [
":dart_unittests",
]
}
group("dart_unittests") {
testonly = true
deps = [
"hello_experiences:hello_experiences_unittests($host_toolchain)",
]
}