blob: fc0dba7626fade58909153de551c0b58d8fa4358 [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:fint_tests",
"//tools/integration/testsharder:testsharder_tests",
]
}