blob: ab1c6caaf2f48d11ddd4e888367446ccea58a105 [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/testsharder:testsharder_tests",
]
}