blob: 7f649494a2d8eebcde8f3f5f7de51a5f4b070c2b [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/testing/seriallistener",
"//tools/testing/testrunner",
]
}
group("tests") {
testonly = true
deps = [
"//tools/testing/runtests:tests",
"//tools/testing/tap:tap_tests",
"//tools/testing/testrunner:tests",
]
}