blob: 8dc9d7b1e6e5b1d1e3292ebadee5b983a66e3e4d [file] [log] [blame]
# Copyright 2020 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 = [
"network-speed-test",
"sockscripter",
]
}
group("tests") {
testonly = true
deps = [
"network-speed-test:tests",
"sockscripter:tests",
]
}