blob: 9968394b66a26fe3bb557c2ec432a8030cbfffbc [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("security") {
testonly = true
deps = [ ":tests" ]
}
group("tests") {
testonly = true
deps = [
"bin:tests",
"lib:tests",
"tests/",
"tools:tests",
]
}
if (is_host) {
group("host_tests") {
testonly = true
deps = [
"lib:host_tests",
"tests:host_tests",
]
}
}