blob: 1f71474570091a6364bdddedc62e2ba8db5edef7 [file] [log] [blame]
# Copyright 2019 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("uapp") {
testonly = true
deps = [
"$zx/system/dev/test/ddk-schedule-work:ddk-schedule-work-perf",
"$zx/system/ulib/driver-info:driverinfo",
"backlight",
"biotime",
"blktest",
"blobfs",
"blobfs-load-generator",
"clock",
"clock:clkctl",
"cpuctl",
"crasher",
"dd",
"df",
"disk-inspect",
"disk-pave",
"display-test",
"dlog",
"driverctl",
"fs-fsck",
"fs-mkfs",
"fs-mount",
"fs-umount",
"fvm-check",
"gpt",
"hid",
"hidsensor",
"hidtouch",
"i2c",
"ihda",
"iochk",
"iotime",
"kcounter",
"kstress",
"ktrace",
"loadgen",
"lsblk",
"lsdev",
"lspwr",
"lsusb",
"lz4",
"minfs",
"mutex_pi_exerciser",
"nand-loader",
"nand-util",
"ping",
"psutils",
"run-vc",
"runtests",
"serial-test",
"spawn",
"spiutil",
"storage-metrics",
"syscall-check",
"tee-test",
"thermal-cli",
"trace-benchmark",
"trace-example",
"unbind",
"usb-fwloader",
"usbctl",
"waitfor",
"watch",
"xdc-test",
]
}