blob: 12b5b429ce36abd3389045844e24d0a5aa9bc22d [file]
# 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" ]
}
}