blob: 70e8e242c4eb19c59509d8227c72d52458b0e8f6 [file] [log] [blame]
# Copyright 2020 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/components.gni")
group("tests") {
testonly = true
deps = [ ":stash-integration-tests" ]
}
fuchsia_component("inspect_test_exec") {
testonly = true
deps = [ "inspect:inspect_test" ]
manifest = "meta/inspect_test_exec.cml"
}
fuchsia_component("inspect_test") {
testonly = true
manifest = "meta/inspect_test.cml"
}
fuchsia_test_package("stash-integration-tests") {
test_components = [ ":inspect_test" ]
deps = [
":inspect_test_exec",
"//src/sys/stash:stash_secure_v2",
"//src/sys/stash:stash_v2",
]
}