xref
: /
aosp_15_r20
/
external
/
cronet
/
third_party
/
cpu_features
/
src
/
bazel
/
ci
/
Home
History
Annotate
current directory
Name
Date
Size
#Lines
LOC
..
-
-
README.md
H
A
D
25-Apr-2025
84
6
5
README.md
1
## Usage
2
To build tests with bazel
3
```sh
4
bazel test -s --verbose_failures //...
5
```
6