blob: 11aef83aa837ca0559de9067c7c619310365f33a [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 = [
"driver2:tests",
"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",
]
}