blob: 0e594348f5be5cc851a7c263ff2d86d1f3180fe1 [file] [log] [blame]
# Copyright (C) 2018 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
[
build(
projects=[
"self_test.build_yes.tests_none.1m.build_false.2i.build_true",
"self_test.build_yes.tests_none.1m.build_none.2i.build_true",
"self_test.build_no.tests_none.1m.build_false.2i.build_true.3ii.build_false",
],
enabled=True,
),
build(
projects=[
"self_test.build_no.tests_none.1m.2i.build_false",
"self_test.build_yes.tests_none.1m.2i.build_false.3ii.build_true",
"self_test.build_no.tests_none.1m.build_true.2i.build_false",
],
enabled=False,
),
testmap(
projects=[
"self_test.build_yes.tests_host.1m.2i.test_host",
"self_test.build_no.tests_host.1i.test_host",
],
host_tests=[
"self_test.host_test.a.1",
"self_test.host_test.c.2",
"self_test.host_test.b.3",
],
),
testmap(
projects=[
"self_test.build_yes.tests_unit.1m.2i.test_unit",
],
unit_tests=[
"self_test.unit_test.c.1",
"self_test.unit_test.a.2",
"self_test.unit_test.b.3",
],
),
testmap(
projects=[
"self_test.build_yes.tests_both.1m.2i.test_both",
],
host_tests=[
"self_test.host_test.1",
],
unit_tests=[
"self_test.unit_test.1",
"self_test.unit_test.2",
"self_test.unit_test.3",
],
),
include("trusty_build_config_self_test_include2"),
]