blob: e9c85faf06ed5a278f5ffae57a0cff896c0d997c [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("json_merge") {
testonly = true
public_deps = [
"//build/tools/json_merge:install",
"//build/tools/json_merge:json_merge_test($host_toolchain)",
]
}
group("json_validator") {
testonly = true
public_deps = [
"//build/tools/json_validator:install",
]
}