blob: dd6b533077a0a282b989baa66441caa2a85a70e2 [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",
":test_launcher_config",
]
}
modular_config_validate("test_config") {
config = "test_config.json"
}
modular_config_validate("test_launcher_config") {
config = "test_launcher_config.json"
}