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