blob: 24ad452a2cfd5992a99508aa85e10f583f25cabe [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.
#
# WARNING: This file was machine-generated from previous json files and
# will eventually be deleted.
# WARNING: Known to infrastructure.
group("all") {
testonly = true
public_deps = [
"//garnet/packages/testing:environment_delegating_runner",
"//garnet/packages/testing:run_test_component",
"//garnet/packages/testing:views",
]
}
group("environment_delegating_runner") {
testonly = true
public_deps = [ "//sdk/lib/sys/cpp/testing/environment_delegating_runner" ]
}
group("views") {
testonly = true
public_deps = [ "//src/ui/testing/views:test_views" ]
}
# WARNING: Known to topaz.
group("run_test_component") {
testonly = true
public_deps = [ "//garnet/bin/run_test_component" ]
}