[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:
parent
bd947ea6fd
commit
030ef70908
@ -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
|
||||
====================
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user