diff --git a/qualcomm-software/docs/building.md b/qualcomm-software/docs/building.md index 105c3f670302..24f2ac3d613b 100644 --- a/qualcomm-software/docs/building.md +++ b/qualcomm-software/docs/building.md @@ -105,6 +105,8 @@ To run all LLVM, eld, and library tests together, the below command may be used: ``` ninja check-all-llvm-toolchain ``` +Tests can also be run in smaller subsets, please refer to our [developer documentation](./developing.md#testing-the-toolchain) +for more information. ### Installing the toolchain diff --git a/qualcomm-software/docs/developing.md b/qualcomm-software/docs/developing.md index acdc158caa25..fe2b98511cc9 100644 --- a/qualcomm-software/docs/developing.md +++ b/qualcomm-software/docs/developing.md @@ -120,5 +120,10 @@ to test these components separately. A non-exhaustive list of `check-` targets C * `check-clang`, `check-llvm`, and the other usual LLVM `check-` targets are all still valid * `check-eld` works as usual * `check-llvm-toolchain-lit` runs only the built-in [multilib tests](../test/multilib/) -* `check-` targets (where component is ex: picolibc) will run any enabled tests for that component across all variants +* `check-` targets will run any enabled tests for that component across all variants * `check--` targets will run the given component tests for the specified variant + +Example (non-exhaustive) components that can be used in the commands above: +* `compiler-rt` +* `picolibc` (or the name of the C library selected if different) +* `cxx`/`cxxabi`/`unwind`