blob: a3928aae04ac9606800b8b0beb651747fa4d7f33 [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")
test_package("garnet-rust-examples") {
deps = [
"testing:testing-tests", #TARGET
]
# You need to include these for them to end up in the final image
tests = [
{
name = "testing_lib_test"
environments = basic_envs
},
{
name = "testing_integration_test"
environments = basic_envs
},
{
name = "testing_integration_test_two"
environments = basic_envs
},
]
}