blob: b399200156c0efda8c5e18afac42ccfd73980318 [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("//src/sys/build/components.gni")
group("tests") {
testonly = true
deps = [ ":stash-integration-tests" ]
}
fuchsia_unittest_package("stash-integration-tests") {
manifest = "meta/inspect_test.cmx"
deps = [
"inspect:inspect_test",
"//src/sys/stash:stash_cmp",
"//src/sys/stash:stash_secure",
]
test_specs = {
}
}