[PATCH v5 34/54] doc: correct style in meson unit tests guide
Stephen Hemminger
stephen at networkplumber.org
Sun Jan 18 20:10:37 CET 2026
Correct style issues in the meson unit tests documentation:
- improve awkward passive construction for build steps reference
- normalize list punctuation by removing unnecessary periods
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
doc/guides/prog_guide/meson_ut.rst | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/guides/prog_guide/meson_ut.rst b/doc/guides/prog_guide/meson_ut.rst
index 9bc52a30fc..2740184cde 100644
--- a/doc/guides/prog_guide/meson_ut.rst
+++ b/doc/guides/prog_guide/meson_ut.rst
@@ -6,19 +6,19 @@ Running DPDK Unit Tests with Meson
This section describes how to run test cases with the DPDK meson build system.
-Steps to build and install DPDK using meson can be referred
-in :doc:`build-sdk-meson`
+For steps to build and install DPDK using meson, refer to
+:doc:`build-sdk-meson`.
Grouping of test cases
----------------------
Test cases have been classified into four different groups.
-* Fast tests.
-* Performance tests.
-* Driver tests.
+* Fast tests
+* Performance tests
+* Driver tests
* Tests which produce lists of objects as output, and therefore that need
- manual checking.
+ manual checking
These tests can be run using the argument to ``meson test`` as
``--suite project_name:label``.
--
2.51.0
More information about the dev
mailing list