blob: 3244dd5b96b7e18a6c0a7cbbc6918a7b0f5a4de5 [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("modular") {
testonly = true
deps = [
":tests",
"bundles",
]
}
group("tests") {
testonly = true
deps = [
"tests", # tests/ directory
]
data_deps = []
}