blob: 0fc5426091630b95f62d8dec7c90f8d2779cdd4b [file] [log] [blame]
# Copyright 2023 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/fidl/fidl.gni")
fidl("fuchsia.archivist.test") {
testonly = true
sources = [
"puppet.test.fidl",
"realm_factory.test.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.component",
"//sdk/fidl/fuchsia.diagnostics",
"//sdk/fidl/fuchsia.testing.harness",
]
}