blob: e9d4a2fa3f1bd0d6c8fe71753d5d99c3bd817a27 [file] [log] [blame]
# Copyright 2023 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.
assert(is_fuchsia, "These targets are only compiled in the fuchsia toolchain.")
group("runner") {
testonly = true
deps = [ "colocated" ]
}
group("hermetic_tests") {
testonly = true
deps = [ "colocated:hermetic_tests" ]
}