blob: dd7c8f0d798882cf43d46c0a91ef3a93cb8785f0 [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/build/gndoc",
"//tools/build/godepfile",
"//tools/build/ninjatrace",
]
}
group("tests") {
testonly = true
deps = [
"//tools/build/gndoc:gndoc_tests",
"//tools/build/ninjalog:ninjalog_tests",
]
}