blob: 35daad8ccf523a0ab460d85e84c1b8804d8dbf76 [file] [log] [blame]
# Copyright 2019 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("cobalt") {
testonly = true
deps = [
":tests",
"bin:tests",
]
}
group("tests") {
testonly = true
deps = [
"bin:tests",
"//third_party/cobalt:cobalt_core_tests",
]
}