blob: f3f305ead97a2948ff3fa7fd59f07aba6d9bc9a7 [file] [log] [blame]
# Copyright 2021 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("tests") {
testonly = true
deps = [
"rust:tests",
"//src/lib/fuchsia",
]
}
# Forward some targets for easier transition
# Note the old zircon directory forwarded to the CPP implementation.
group("ramdevice_client") {
public_deps = [ "rust" ]
}