diff --git a/docs/advanced-tests.rst b/docs/advanced-tests.rst index bc20bbf4d9..458a9105b6 100644 --- a/docs/advanced-tests.rst +++ b/docs/advanced-tests.rst @@ -90,7 +90,7 @@ location where the file is stored. $ VIR_TEST_FILE_ACCESS=1 VIR_TEST_FILE_ACCESS_OUTPUT="/tmp/file_access.txt" ./qemuxml2argvtest #. The Valgrind test should produce similar output to -``make check``. If the output has traces within libvirt API's, +``ninja test``. If the output has traces within libvirt API's, then investigation is required in order to determine the cause of the issue. Output such as the following indicates some sort of leak: diff --git a/docs/api_extension.html.in b/docs/api_extension.html.in index 79e7913c1a..6c64e83314 100644 --- a/docs/api_extension.html.in +++ b/docs/api_extension.html.in @@ -361,11 +361,10 @@

- Once you have working functionality, run make check and make - syntax-check on each patch of the series before submitting - patches. It may also be worth writing tests for the libvirt-TCK - testsuite to exercise your new API, although those patches are - not kept in the libvirt repository. + Once you have working functionality, run ninja test on each patch + of the series before submitting patches. It may also be worth + writing tests for the libvirt-TCK testsuite to exercise your new API, + although those patches are not kept in the libvirt repository.

diff --git a/docs/testsuites.html.in b/docs/testsuites.html.in index a619e6d000..cd9cad9160 100644 --- a/docs/testsuites.html.in +++ b/docs/testsuites.html.in @@ -10,7 +10,8 @@ by developers before submitting patches upstream, it is also suggested to have it run and pass as part of the packaging process for distributions. It is run by launching: -
make check
+
make check (libvirt 6.6.0 and older)
+
ninja test (libvirt 6.7.0 and newer)
in a source tree after compilation has finished. It doesn't really make functional testing but checks that large portions of the code not interacting directly with virtualization