libnvme: Add the instructions for the test suite

This commit is contained in:
Douglas R. Reno 2023-07-04 13:17:45 -05:00
parent e2ebccab0c
commit e01ca502ba

View File

@ -29,7 +29,7 @@
provides type definitions for NVMe specification structures,
enumerations, and bit fields, helper functions to construct, dispatch,
and decode commands and payloads, and utilities to connect, scan, and
manage nvme devices on a Linux system.
manage NVMe devices on a Linux system.
</para>
&lfs113_checked;
@ -101,6 +101,10 @@ cd build &amp;&amp;
meson setup --prefix=/usr --buildtype=release -Dlibdbus=auto .. &amp;&amp;
ninja</userinput></screen>
<para>
To run the tests, issue: <command>ninja test</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
@ -142,7 +146,7 @@ ninja</userinput></screen>
<listitem>
<para>
contains functions used to handle operations
related to nvme devices.
relating to nvme devices.
</para>
<indexterm zone="libnvme libnvme-lib">
<primary sortas="c-libnvme">libnvme.so</primary>