blob: 1d1b9350cfa36aca659dff33d9a040e78f5276d5 [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/components.gni")
fuchsia_component("test_realm") {
testonly = true
component_name = "test_realm"
manifest = "meta/test_realm.cml"
}
fuchsia_package("testing") {
testonly = true
package_name = "testing"
deps = [
":test_realm",
"//src/lib/fuchsia-component-test/realm_builder_server:realm_builder_server_component",
]
}