blob: 2a4b758679fe14bc2b5685cf562ccc4a080aee5e [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 = [ "logger:tests" ]
}
group("hermetic_tests") {
testonly = true
deps = [
"processargs:tests",
"sandbox:tests",
"serve_processargs:tests",
"util:tests",
]
}