blob: 81970848a36cec43824c296267867ad0faef26e8 [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" ]
}