blob: 343f5455311af222988372370836f1a06b14df4f [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 = [ "//src/session/examples/hello-world-session" ]
}
group("tests") {
testonly = true
deps = [ "//src/session/examples/hello-world-session:tests" ]
}