mirror of
https://github.com/google/cpu_features.git
synced 2025-04-28 15:33:37 +02:00
6 lines
84 B
Markdown
6 lines
84 B
Markdown
## Usage
|
|
To build tests with bazel
|
|
```sh
|
|
bazel test -s --verbose_failures //...
|
|
```
|