blob: afdae889728ef7349d393c095319657bb5250880 [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.
# This target holds tests under //zircon/system/ulib which are now hosted in
# packages but whose code hasn't yet been migrated to //src.
# When a migration happens, the test needs to be removed from this list and
# placed within the proper `tests` target under //src.
group("tests") {
testonly = true
deps = [
"edid:tests",
"fzl:tests",
"hid-parser/test:tests",
"inspect:tests",
"sysconfig-client:tests",
]
}