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