blob: 663cd39b6ec6d4d320558203e79271e86d8d04ab [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.
import("//build/config.gni")
config_data("max_severity") {
testonly = true
for_pkg = "run_test_component"
sources = [ "max_severity_topaz.json" ]
}
group("config") {
testonly = true
deps = [ ":max_severity" ]
}