blob: 4dabb88c50498fcc905a68af412355ca721d04cf [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("term") {
testonly = true
public_deps = [
"//topaz/app/term:config",
]
}
group("ermine") {
testonly = true
public_deps = [
":ermine_required",
"//topaz/shell/ermine:ermine_modular_config",
]
}
group("ermine_required") {
testonly = true
public_deps = [
"//topaz/shell/ermine:ermine_fonts",
]
}