blob: 1f78a047f0ffcac398ff2bb46245356c54f9080e [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")
import("//build/rust/rustc_binary.gni")
import("//build/rust/rustc_test.gni")
import("//src/diagnostics/archivist/build/pipeline.gni")
fuchsia_test_component("integration_tests_component") {
manifest = "meta/test_root.cml"
test_type = "system"
}
fuchsia_test_package("archivist_integration_tests") {
test_components = [ ":integration_tests_component" ]
subpackages = [
"test_cases:pkg",
"realm_factory:pkg",
]
}
group("tests") {
testonly = true
deps = [ ":archivist_integration_tests" ]
}