blob: f4548c4ca9382b4fb7bf5f94807bf5f80e1f8bdc [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.
group("tests") {
testonly = true
deps = [
"driver_test_realm:tests",
"fdio:tests",
"file-lock:tests",
"fit:tests",
"fit-promise:tests",
"fuchsia-mem-ext:tests",
"stdcompat:tests",
"sys/component:tests",
"syslog:tests",
"zxio:tests",
]
}