blob: 62e3bfc347df3a560b4718bfb1b5d32c24cf4ede [file] [log] [blame]
# Copyright 2018 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("//build/test/test_package.gni")
import("//build/testing/environments.gni")
unittest_package("rust-crates-tests") {
deps = [
"fuchsia-cprng:fuchsia-cprng_test",
"fuchsia-hyper:fuchsia-hyper-tests",
]
tests = [
{
name = "fuchsia_cprng_lib_test"
environments = basic_envs
},
]
}