diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-07-14 09:44:10 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-07-14 09:44:10 +0200 |
commit | cdca4eff0264795d4c36fcb89aaf174a2a4151bd (patch) | |
tree | 1e613e18c6e68072ee0dc1529b48624d86cdc268 /README.md | |
parent | 9aa677a8a18de364aac2d5f2a702582c85d31a9f (diff) | |
download | rules-cc-cdca4eff0264795d4c36fcb89aaf174a2a4151bd.tar.gz |
Update derived files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -204,6 +204,8 @@ Shell test, given by a test script | `"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. | | `"TEST_ENV"` | Additional environment for executing the test runner. | | `"TIMEOUT_SCALE"` | Factor on how to scale the timeout for this test. Defaults to 1.0. | +| `"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. | +| `"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/foreign/cmake", "library"]` |