blob: 53fec8d32905de31522befb6d91c0f65d83b6e60 [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("tools") {
testonly = true
public_deps = [
"//tools/integration/testsharder",
]
}
group("tests") {
testonly = true
deps = [
"//tools/integration/testsharder:testsharder_tests",
]
}