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