blob: 4711b14f38866fc9ec410c22a00271496886b396 [file]
# 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"
}