diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-07-12 15:29:51 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-07-12 15:29:51 +0200 |
commit | c1830ff2c6e95679df0fc65062ae1371abf58dcf (patch) | |
tree | 17376c6859a8497356cc45f092a85c16d3c8d4f6 /README.md | |
parent | 26c12387fd0400394eddc43c58a77f25799c93cd (diff) | |
download | rules-cc-c1830ff2c6e95679df0fc65062ae1371abf58dcf.tar.gz |
Update derived files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -146,9 +146,11 @@ A test written in C++ | Config variable | Description | | --------------- | ----------- | +| `"TARGET_ARCH"` | The architecture to build the test for. Will only be honored, if that architecture is available in the ARCH_DISPATCH map. Otherwise, the test will be built for and run on the host architecture. | | `"TEST_ENV"` | The environment for executing the test runner. | | `"CC_TEST_LAUNCHER"` | List of strings representing the launcher that is prepend to the command line for running the test binary. | | `"RUNS_PER_TEST"` | The number of times the test should be run in order to detect flakyness. If set, no test action will be taken from cache. | +| `"ARCH_DISPATCH"` | Map of architectures to execution properties that ensure execution on that architecture. Only the actual test binary will be run with the specified execution properties (i.e., on the target architecture); all building will be done on the host architecture. | ### Rule `["CC", "defaults"]` |