blob: 6d94ad38b3bb41580dd7c68f2a7e3ff1ed470823 [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 = [
"async-loop-testing:tests",
"async_patterns:tests",
"component:tests",
"device-watcher:tests",
"diagnostics:tests",
"dl:tests",
"driver:tests",
"driver_test_realm:tests",
"fdio:tests",
"file-lock:tests",
"fit:tests",
"fit-promise:tests",
"fuchsia-mem-ext:tests",
"fuzzing/cpp:tests",
"input_report_reader:test",
"inspect:tests",
"iob:tests",
"ld:tests",
"scheduler:tests",
"stdcompat:tests",
"sys/component:tests",
"sys/cpp:tests",
"sys/service/cpp:tests",
"syslog:tests",
"ui/scenic/cpp/tests:scenic_cpp_tests",
"utf-utils:tests",
"vfs/cpp:tests",
"zxio:tests",
]
}