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