blob: 5e670e4d1ba9fdd7b09d80006e3a5c37d8de8424 [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("bringup") {
deps = [ "bin/virtcon:virtual-console" ]
}
group("tests") {
testonly = true
deps = [ "bin/virtcon:test" ]
}