blob: aa44889995c76c6a7dda7037b12f723eee9b08f7 [file] [log] [blame]
# Copyright 2017 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.
import("//packages/package.gni")
package("rust-crates-tests") {
testonly = true
system_image = true
deps = [
"fdio",
"fuchsia-vfs",
"fuchsia-zircon",
"tokio-fuchsia",
]
tests = [
{ name = "fdio-lib-test" },
{ name = "fuchsia_vfs-lib-test" },
{ name = "fuchsia_zircon-lib-test" },
{ name = "tokio_fuchsia-lib-test" },
]
}