xref
: /
aosp_15_r20
/
external
/
cpu_features
/
bazel
/
ci
/
README.md
(revision eca53ba6d2e951e174b64682eaf56a36b8204c89)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
## Usage
2
To build tests with bazel
3
```sh
4
bazel test -s --verbose_failures //...
5
```
6