blob: 7758ea268c9d4fd0b158b7b1b52a68822e8f38a5 [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("src") {
testonly = true
deps = [
":tests",
"cobalt",
"connectivity",
"developer",
"graphics",
"identity",
"ledger",
"lib",
"media",
"modular",
"recovery",
"speech",
"sys",
"testing",
"ui",
"virtualization",
]
}
group("tests") {
testonly = true
deps = [
"cobalt:tests",
"connectivity:tests",
"developer:tests",
"fuzzing:tests",
"identity:tests",
"ledger:tests",
"lib:tests",
"media:tests",
"modular:tests",
"recovery:tests",
"speech:tests",
"testing:tests",
"tests",
"ui:tests",
"virtualization:tests",
]
}