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