blob: 7cb6d676ca845df81f73947c4b07a4c1181f4b69 [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/fidl/fidl.gni")
import("//build/rust/rustc_binary.gni")
import("//build/rust/rustc_test.gni")
import("//build/test/test_package.gni")
group("tests") {
testonly = true
deps = [
"ambient_mark_vmo_exec:tests",
"capability_allowlist:tests",
"main_process_critical:tests",
]
}