mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
libnvme: Add the instructions for the test suite
This commit is contained in:
parent
e2ebccab0c
commit
e01ca502ba
@ -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 &&
|
||||
meson setup --prefix=/usr --buildtype=release -Dlibdbus=auto .. &&
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user