blob: f23ccb75a404023474014fd451a0b743c924aa2f [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_basemgr",
]
}
group("ermine_required") {
testonly = true
public_deps = [
"//topaz/shell/ermine:ermine_fonts",
"//topaz/shell/ermine:launch_ermine",
]
}