blob: 19f6836ac735a641c3b303e4a8be2892b97716bb [file] [log] [blame] [edit]
# Copyright 2021 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("text") {
testonly = true
deps = [
"fidl-fuchsia-input-text-ext",
"text-edit-controller",
"text-edit-model",
]
}
group("tests") {
testonly = true
deps = [
"fidl-fuchsia-input-text-ext:tests",
"text-edit-controller:tests",
"text-edit-model:tests",
]
}