| --- | |
| name: build-and-test | |
| description: How to build BoringSSL and run its tests. | |
| --- | |
| # Building and Testing BoringSSL | |
| To build BoringSSL and run its tests, you must refer to the official documentation in the repository. | |
| 1. Read [BUILDING.md](../../../BUILDING.md) to understand the prerequisites, build steps (using CMake and Ninja), and how to run the test suite. | |
| 2. Follow the instructions in that file for the target platform. |