blob: f13da5dcf0a0cfc01b5a1fe70a26c36dfc065765 [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",
]
}
group("tests") {
testonly = true
deps = [
"//src/cobalt/bin:cobalt_tests",
"//src/cobalt/bin/testapp:cobalt_fake_timekeeper",
"//src/cobalt/bin/testing/mock_cobalt:tests",
"//third_party/cobalt:cobalt_core_tests",
]
}