blob: f608bcce4827441d8bf5eca6d734bbb636d31842 [file] [log] [blame]
# Copyright 2021 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("non_hermetic_tests") {
testonly = true
deps = [
"builtins:tests",
"logger:tests",
]
}
group("hermetic_tests") {
testonly = true
deps = [
"diagnostics:tests",
"hooks:tests",
"processargs:tests",
"sandbox:tests",
"serve_processargs:tests",
"util:tests",
]
}