blob: 5212378d2815859b4bb344568f5fb63faaf44ef5 [file] [log] [blame]
Sasha Smundakc20dd972021-11-12 09:18:45 -08001# Copyright 2021 Google LLC
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# https://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15
16# Run test configuration and verify its result.
17# The main configuration file is device.rbc.
18# It inherits part1.rbc and also includes include1.rbc
19# TODO(asmundak): more tests are needed to verify that:
20# * multi-level inheritance works as expected
21# * all runtime functions (wildcard, regex, etc.) work
22
23load("//build/make/core:product_config.rbc", "rblf")
24load(":version_defaults.rbc", "version_defaults")
25load(":device.rbc", "init")
26
27rblf.mk2rbc_error("file.mk:123", "cannot convert")