]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: get rid of 'make check' references
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Thu, 6 Aug 2020 13:34:51 +0000 (10:34 -0300)
committerErik Skultety <eskultet@redhat.com>
Mon, 17 Aug 2020 06:42:47 +0000 (08:42 +0200)
Update the remaining 'make check' references after the
switch to meson/ninja.

The reference in testsuites.html.in was kept with a note that it is
the process for Libvirt 6.6.0 and older.

Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
docs/advanced-tests.rst
docs/api_extension.html.in
docs/testsuites.html.in

index bc20bbf4d9e3715b2dc9fc2fca35c287c92bdec5..458a9105b64c1a908d199ad9cda32241259dd675 100644 (file)
@@ -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:
index 79e7913c1a8199a8f4ff5690c3a139fb899c038b..6c64e83314a367f7589e4b2abdff729debb176ff 100644 (file)
     </p>
 
     <p>
-      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.
     </p>
   </body>
 </html>
index a619e6d000181a69ecb2c9c78eeee497b7a91c76..cd9cad91606fe401dc7e642498a7a89217bcffee 100644 (file)
@@ -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:
-          <pre>make check</pre>
+          <pre>make check (libvirt 6.6.0 and older)</pre>
+          <pre>ninja test (libvirt 6.7.0 and newer)</pre>
           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