blob: 88135d7eb4d57bdb3646d2bc431423d8ef8de052 [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.
# Do not use this target directly, instead depend on //src/sys/stash:stash.
group("stash") {
public_deps = [ "//src/sys/stash" ]
testonly = true
}
# Do not use this target directly, instead depend on //src/sys/stash:tests.
group("tests") {
public_deps = [ "//src/sys/stash:tests" ]
testonly = true
}