blob: 7d56b9a0935a8e1ef5de8e7a0414a1115f8f9792 [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("validator") {
testonly = true
deps = [ ":tests" ]
}
group("tests") {
testonly = true
deps = [
"inspect:tests",
"logs:tests",
]
}