From: Erica Bugden Date: Mon, 8 Jul 2024 18:25:31 +0000 (-0400) Subject: Docs: README: Specify how to run all the tests X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=87182e42fe1357f4ad13bffaaf4b8e299f005767;p=lttng-tools.git Docs: README: Specify how to run all the tests Change-Id: I082cc40ad362266c4813bc15b8c08ff5d209b03e Signed-off-by: Erica Bugden Signed-off-by: Jérémie Galarneau --- diff --git a/README.adoc b/README.adoc index 676467aa4..d2706f8c9 100644 --- a/README.adoc +++ b/README.adoc @@ -208,6 +208,14 @@ $ sudo make install $ sudo ldconfig ---- +== Tests + +To run all the tests: ++ +---- +$ make check +---- + == Usage See the https://lttng.org/docs/#doc-controlling-tracing[Tracing control]