blob: d0a241d0c8c8416bf369392565d939b9dce126a4 [file] [log] [blame]
Fathi Boudra422bf772019-12-02 11:10:16 +02001#
Paul Sokolovsky7ffffa02023-06-14 14:07:35 +03002# Copyright (c) 2019-2023 Arm Limited. All rights reserved.
Fathi Boudra422bf772019-12-02 11:10:16 +02003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
Paul Sokolovsky7ffffa02023-06-14 14:07:35 +03007Subdirectories in this directory map test groups to a set of individual
8build/run configs and the parameters. Format is:
9
10
11+-test_config1
12| +-build_config1:run_config1
13| | \- (contents are additional options, if any)
14| \-build_config1:run_config1
15| \- (contents are additional options, if any)
16+-test_config2
17| ...
18
19
Fathi Boudra422bf772019-12-02 11:10:16 +020020Files in this directory map build configs to their run configs. BUILD_CONFIG and
21RUN_CONFIG environment variables are set accordingly.
22
Paul Sokolovsky7ffffa02023-06-14 14:07:35 +030023Options inside build/run config files are in the Java property file format: VAR=value;
24so, no quoting the RHS.