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