blob: 079cb51971f288264f3e8a02f5afcb7872b060cd [file] [log] [blame]
# Copyright 2022 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.
load(
"@rules_fuchsia//fuchsia:defs.bzl",
"fuchsia_package_group",
)
fuchsia_package_group(
name = "fuchsia_samples",
testonly = True,
deps = [
"//src/echo:pkg",
"//src/echo:test_pkg",
"//src/hello_world:pkg",
"//src/hello_world:test_pkg",
"//src/routing:pkg",
"//src/routing:inspect_pkg",
"//src/routing/integration_tests:test_pkg",
],
)