blob: 8342020c75e77ffdc1a1736173ba1f6675890b81 [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")
fuchsia_component("cm_for_test") {
testonly = true
deps = [ "//src/sys/component_manager:bin" ]
manifest = "meta/cm_for_test.cml"
}
group("tests") {
testonly = true
deps = [
"ambient_mark_vmo_exec:tests",
"capability_allowlist:tests",
"create_raw_processes:tests",
"main_process_critical:tests",
"next_vdso:tests",
]
}