blob: 2814c4823000d375bda300d4bca0559d5bbd273c [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.
import("//src/modular/build/modular_config/modular_config.gni")
group("modular_config") {
testonly = true
deps = [
":test_config",
]
}
modular_config_validate("test_config") {
config = "test_config.json"
}