blob: 1c43a5153788a8fda9ca79c214591b8b5ce39619 [file]
# 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
deps = [
"seriallistener",
"testparser",
"testrunner",
]
}
group("tests") {
testonly = true
deps = [
"runtests:tests",
"tap:tap_tests",
"testparser:tests",
"testrunner:tests",
]
}