[libc][docs] Document libc-shared-tests ninja target (#189062)

Added a brief description of the libc-shared-tests target to the
Building and Testing page.

This target allows running tests for shared standalone components like
math primitives without the full libc runtime.
This commit is contained in:
Jeff Bailey 2026-03-27 17:39:38 +00:00 committed by GitHub
parent bd947ea6fd
commit 030ef70908
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,12 @@ The libc can be built and tested in two different modes:
$> ninja libc-integration-tests
#. Shared tests - You can run tests for shared, standalone components (like math primitives) without needing the full libc runtime by the command:
.. code-block:: sh
$> ninja libc-shared-tests
Building with VSCode
====================